File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "plugins": ["."]
3
+ }
Original file line number Diff line number Diff line change 18
18
"ci:test" : " npm run test -- --verbose" ,
19
19
"commitlint" : " commitlint" ,
20
20
"commitmsg" : " commitlint -e $GIT_PARAMS" ,
21
- "lint" : " eslint --fix --cache lib test" ,
21
+ "lint" : " eslint --fix --cache lib test && prettier --write package.json " ,
22
22
"lint-staged" : " lint-staged" ,
23
+ "prepublishOnly" : " npm run lint" ,
23
24
"security" : " npm audit" ,
24
25
"test" : " ava"
25
26
},
28
29
" README.md" ,
29
30
" LICENSE"
30
31
],
32
+ "keywords" : [
33
+ " package" ,
34
+ " package.json" ,
35
+ " plugin" ,
36
+ " prettier"
37
+ ],
31
38
"peerDependencies" : {
32
39
"prettier" : " ^1.18.2"
33
40
},
43
50
"pre-commit" : " ^1.2.2" ,
44
51
"prettier" : " ^1.18.2"
45
52
},
46
- "keywords" : [
47
- " package" ,
48
- " package.json" ,
49
- " plugin" ,
50
- " prettier"
51
- ],
52
53
"ava" : {
53
54
"files" : [
54
55
" !**/fixtures/**"
You can’t perform that action at this time.
0 commit comments