Added linting scripts
- Incorrectly assumed this was automatically part of `react-scripts test`.
This commit is contained in:
parent
31b80d8270
commit
4ddddabe85
@ -19,7 +19,9 @@
|
||||
"build:combined": "node ./scripts/build-combined.js",
|
||||
"build:bundle": "webpack --config webpack.config.js",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint src --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
|
Loading…
Reference in New Issue
Block a user