diff --git a/package.json b/package.json index abb93c45f..83d5cf5d0 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,8 @@ "test:all": "npm run build:webui && npm run test && npm run test:functional && npm run test:e2e && npm run test:size", "pre:ci": "npm run lint && npm run build:webui", "coverage:publish": "codecov", - "lint": "npm run flow && eslint . && npm run lint:css", + "lint": "npm run flow && npm run lint:js && npm run lint:css", + "lint:js": "eslint . ", "lint:css": "stylelint 'src/**/*.scss' --syntax scss", "dev:start": "cross-env BABEL_ENV=registry babel-node src/lib/cli", "code:build": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --ignore src/webui/ --copy-files",