diff --git a/package.json b/package.json index 0e3628d318..80fe2b441a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "ensure-env": "cross-env DEBUG=fcc:* node ./tools/scripts/ensure-env.js", "lint": "npm-run-all -p lint:*", "lint:api": "eslint api-server --ignore-pattern 'api-server/node_modules/**/*.js' --ignore-pattern 'api-server/public/js/**/*.js' --ignore-pattern 'api-server/lib/**/*.js'", - "lint:client": "echo 'Warning: TODO - Define Linting with fixing.'", + "lint:client": "eslint client --ignore-pattern 'client/node_modules/**/*.js' --ignore-pattern 'client/plugins/**/node_modules/**/*.js' --ignore-pattern 'client/.cache/**/*.js' --ignore-pattern 'client/public/**/*.js' --ignore-pattern 'client/static/js/*.js' --ignore-pattern 'client/static/js/*.js.map'", "lint:config": "echo 'Warning: TODO - Define Linting with fixing.'", "lint:curriculum": "echo 'Warning: TODO - Define Linting with fixing.'", "lint:tools": "echo 'Warning: TODO - Define Linting with fixing.'",