File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/eslint-plugin-typescript Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 18
18
"format-no-write" : " prettier-eslint lib/**/*.js tests/**/*.js --eslint-config-path=.eslintrc --eslint-ignore --prettier-ignore --eslint-path=node_modules/eslint --config=.prettierrc" ,
19
19
"format" : " yarn format-no-write --write" ,
20
20
"format-check" : " yarn format-no-write --list-different" ,
21
- "test" : " mocha tests --recursive --reporter=dot" ,
22
- "precommit" : " yarn lint && yarn test && yarn docs:check && lint-staged"
21
+ "test" : " mocha tests --recursive --reporter=dot"
23
22
},
24
23
"dependencies" : {
25
24
"requireindex" : " ~1.2.0" ,
47
46
" git add"
48
47
]
49
48
},
49
+ "husky" : {
50
+ "hooks" : {
51
+ "pre-commit" : " yarn lint && yarn test && yarn docs:check && lint-staged"
52
+ }
53
+ },
50
54
"engines" : {
51
55
"node" : " >=6"
52
56
},
You can’t perform that action at this time.
0 commit comments