File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change 17
17
"homepage" : " https://github.com/xjamundx/eslint-plugin-promise" ,
18
18
"bugs" : " https://github.com/xjamundx/eslint-plugin-promise/issues" ,
19
19
"scripts" : {
20
- "precommit" : " lint-staged" ,
20
+ "precommit" : " lint-staged --concurrent false " ,
21
21
"test" : " jest" ,
22
22
"lint" : " eslint rules __tests__ index.js"
23
23
},
41
41
},
42
42
"license" : " ISC" ,
43
43
"lint-staged" : {
44
- "concurrent" : false ,
45
- "linters" : {
46
- "{README.md,CONTRIBUTING.md}" : [
47
- " doctoc --maxlevel 3 --notitle" ,
48
- " git add"
49
- ],
50
- "*.js" : [
51
- " prettier --write" ,
52
- " eslint --fix" ,
53
- " git add"
54
- ],
55
- "*.+(json|md)" : [
56
- " prettier --write" ,
57
- " git add"
58
- ]
59
- }
44
+ "{README.md,CONTRIBUTING.md}" : [
45
+ " doctoc --maxlevel 3 --notitle"
46
+ ],
47
+ "*.js" : [
48
+ " prettier --write" ,
49
+ " eslint --fix"
50
+ ],
51
+ "*.+(json|md)" : [
52
+ " prettier --write"
53
+ ]
60
54
},
61
55
"prettier" : {
62
56
"semi" : false ,
You can’t perform that action at this time.
0 commit comments