feat: Lint client
This commit is contained in:
committed by
mrugesh mohapatra
parent
0ccd0a6f77
commit
a63b84e748
@ -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.'",
|
||||
|
Reference in New Issue
Block a user