File tree Expand file tree Collapse file tree 2 files changed +2281
-914
lines changed Expand file tree Collapse file tree 2 files changed +2281
-914
lines changed Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "scripts" : {
77 "prepublish" : " npm run lint" ,
8- "precommit" : " lint-staged" ,
98 "lint" : " xo" ,
109 "test" : " npm run lint"
1110 },
2625 },
2726 "homepage" : " https://github.com/vinaypuppal/preact-cli-plugin-netlify#readme" ,
2827 "devDependencies" : {
29- "babel-eslint" : " ^8 .0.2" ,
30- "eslint-config-prettier" : " ^2.7 .0" ,
31- "husky" : " ^0.14.3 " ,
32- "lint-staged" : " ^4.3 .0" ,
33- "prettier" : " ^1.8 .2" ,
34- "xo" : " ^0.18.2 "
28+ "babel-eslint" : " ^10 .0.2" ,
29+ "eslint-config-prettier" : " ^6.0 .0" ,
30+ "husky" : " ^3.0.0 " ,
31+ "lint-staged" : " ^9.2 .0" ,
32+ "prettier" : " ^1.18 .2" ,
33+ "xo" : " ^0.24.0 "
3534 },
3635 "xo" : {
3736 "parser" : " babel-eslint" ,
5251 " xo" ,
5352 " git add"
5453 ]
54+ },
55+ "husky" : {
56+ "hooks" : {
57+ "pre-commit" : " lint-staged"
58+ }
5559 }
5660}
You can’t perform that action at this time.
0 commit comments