added eslint command

This commit is contained in:
Sean Macfarlane
2020-05-12 19:00:10 -04:00
parent 448d7cb6b3
commit 87dc449ce8

View File

@@ -12,7 +12,8 @@
"start": "cross-env NODE_ENV=development webpack-dev-server", "start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "webpack --mode=production", "build": "webpack --mode=production",
"format": "prettier --write \"app/**/*.js\"", "format": "prettier --write \"app/**/*.js\"",
"eslint-fix": "eslint --fix \"app/**/*.js\"" "eslint-fix": "eslint --fix \"app/**/*.js\"",
"eslint": "eslint \"app/**/*.js\" --max-warnings=0"
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {