Remove lint-staged dependency

This commit is contained in:
Tom Moor
2019-03-02 15:56:41 -08:00
parent 78ee921244
commit 565a0006c9
3 changed files with 5 additions and 361 deletions

View File

@@ -19,14 +19,7 @@
"test": "npm run test:app && npm run test:server",
"test:app": "jest",
"test:server": "jest --config=server/.jestconfig.json --runInBand --forceExit",
"test:watch": "jest --config=server/.jestconfig.json --runInBand --forceExit --watchAll",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
"test:watch": "jest --config=server/.jestconfig.json --runInBand --forceExit --watchAll"
},
"jest": {
"verbose": false,
@@ -187,7 +180,6 @@
"jest-cli": "22",
"koa-webpack-dev-middleware": "1.4.5",
"koa-webpack-hot-middleware": "1.0.3",
"lint-staged": "^3.4.0",
"mobx-react-devtools": "^6.0.3",
"nodemon": "1.11.0",
"prettier": "1.8.2",