diff --git a/package.json b/package.json index b7fd4120..64573c82 100644 --- a/package.json +++ b/package.json @@ -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" }