Client: removing pre-commit

This commit is contained in:
Sam 2018-04-29 18:35:31 +02:00
parent cb8c24a932
commit 52c889218a

View File

@ -21,17 +21,14 @@
"build": "cd mpwo_client && react-scripts build",
"test": "cd mpwo_client && testcafe firefox e2e",
"eject": "cd mpwo_client && react-scripts eject",
"lint": "eslint --cache --ext .jsx --ext .js mpwo/src",
"lint-all": "make lint-all"
"lint": "eslint --cache --ext .jsx --ext .js mpwo/src"
},
"pre-commit": "lint-all",
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.13.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-testcafe": "^0.2.1",
"pre-commit": "^1.2.2",
"randomstring": "^1.1.5",
"testcafe": "^0.18.6"
}