File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 2222 "bugs" : " https://github.com/eslint-community/eslint-plugin-promise/issues" ,
2323 "scripts" : {
2424 "format" : " prettier --write ." ,
25- "lint" : " eslint --report-unused-disable-directives ." ,
25+ "lint" : " eslint --report-unused-disable-directives . && prettier -c . " ,
2626 "prepare" : " husky install" ,
2727 "test" : " jest --coverage"
2828 },
5050 },
5151 "license" : " ISC" ,
5252 "lint-staged" : {
53- "{README.md,CONTRIBUTING.md}" : [
54- " doctoc --maxlevel 3 --notitle"
55- ],
56- "*.js" : [
57- " prettier --write" ,
58- " eslint --report-unused-disable-directives --fix"
59- ],
60- "*.+(json|md)" : [
61- " prettier --write"
62- ]
53+ "*" : " prettier --write --ignore-unknown" ,
54+ "{README.md,CONTRIBUTING.md}" : " doctoc --maxlevel 3 --notitle" ,
55+ "*.js" : " eslint --report-unused-disable-directives --fix"
6356 },
6457 "prettier" : {
6558 "semi" : false ,
You can’t perform that action at this time.
0 commit comments