We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ef96f commit dc3c82aCopy full SHA for dc3c82a
package.json
@@ -4,10 +4,8 @@
4
"format": "prettier 'src/**/*.js' --write --print-width 80 --tab-width 2 --single-quote --trailing-comma all",
5
"lint": "eslint 'src/**/*.js'",
6
"test": "jest",
7
- "test-watch": "jest --watch",
8
- "precommit": "npm run format && git add && npm run lint && npm test"
+ "test-watch": "jest --watch"
9
},
10
- "precommit": "precommit",
11
"babel": {
12
"presets": [
13
[
@@ -42,7 +40,6 @@
42
40
"babel-preset-es2015": "^6.22.0",
43
41
"eslint": "^3.16.1",
44
"jest": "^19.0.2",
45
- "pre-commit": "^1.2.2",
46
"prettier": "^0.19.0"
47
}
48
0 commit comments