Client: removing pre-commit
This commit is contained in:
		@@ -21,17 +21,14 @@
 | 
				
			|||||||
    "build": "cd mpwo_client && react-scripts build",
 | 
					    "build": "cd mpwo_client && react-scripts build",
 | 
				
			||||||
    "test": "cd mpwo_client && testcafe firefox e2e",
 | 
					    "test": "cd mpwo_client && testcafe firefox e2e",
 | 
				
			||||||
    "eject": "cd mpwo_client && react-scripts eject",
 | 
					    "eject": "cd mpwo_client && react-scripts eject",
 | 
				
			||||||
    "lint": "eslint --cache --ext .jsx --ext .js mpwo/src",
 | 
					    "lint": "eslint --cache --ext .jsx --ext .js mpwo/src"
 | 
				
			||||||
    "lint-all": "make lint-all"
 | 
					 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "pre-commit": "lint-all",
 | 
					 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "babel-eslint": "^8.0.3",
 | 
					    "babel-eslint": "^8.0.3",
 | 
				
			||||||
    "eslint": "^4.13.1",
 | 
					    "eslint": "^4.13.1",
 | 
				
			||||||
    "eslint-plugin-import": "^2.8.0",
 | 
					    "eslint-plugin-import": "^2.8.0",
 | 
				
			||||||
    "eslint-plugin-react": "^7.5.1",
 | 
					    "eslint-plugin-react": "^7.5.1",
 | 
				
			||||||
    "eslint-plugin-testcafe": "^0.2.1",
 | 
					    "eslint-plugin-testcafe": "^0.2.1",
 | 
				
			||||||
    "pre-commit": "^1.2.2",
 | 
					 | 
				
			||||||
    "randomstring": "^1.1.5",
 | 
					    "randomstring": "^1.1.5",
 | 
				
			||||||
    "testcafe": "^0.18.6"
 | 
					    "testcafe": "^0.18.6"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user