File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 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 1818 "ci:test" : " npm run test -- --verbose" ,
1919 "commitlint" : " commitlint" ,
2020 "commitmsg" : " commitlint -e $GIT_PARAMS" ,
21- "lint" : " eslint --fix --cache lib test" ,
21+ "lint" : " eslint --fix --cache lib test && prettier --write package.json " ,
2222 "lint-staged" : " lint-staged" ,
23+ "prepublishOnly" : " npm run lint" ,
2324 "security" : " npm audit" ,
2425 "test" : " ava"
2526 },
2829 " README.md" ,
2930 " LICENSE"
3031 ],
32+ "keywords" : [
33+ " package" ,
34+ " package.json" ,
35+ " plugin" ,
36+ " prettier"
37+ ],
3138 "peerDependencies" : {
3239 "prettier" : " ^1.18.2"
3340 },
4350 "pre-commit" : " ^1.2.2" ,
4451 "prettier" : " ^1.18.2"
4552 },
46- "keywords" : [
47- " package" ,
48- " package.json" ,
49- " plugin" ,
50- " prettier"
51- ],
5253 "ava" : {
5354 "files" : [
5455 " !**/fixtures/**"
You can’t perform that action at this time.
0 commit comments