From 4869435acaa7e9973871a8d134768aae6856bac4 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 30 Dec 2020 20:10:37 +0100 Subject: [PATCH] Changed linting order --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7606cd82..223ed929 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "repository": "https://github.com/shlinkio/shlink-web-client", "license": "MIT", "scripts": { - "lint": "npm run lint:js && npm run lint:css", + "lint": "npm run lint:css && npm run lint:js", "lint:js": "eslint --ext .js,.ts,.tsx src test scripts config", "lint:js:fix": "npm run lint:js -- --fix", "lint:css": "stylelint src/*.scss src/**/*.scss",