File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 2424 "bugs" : {
2525 "url" : " https://github.com/Webperf-se/plugin-webperf-core/issues"
2626 },
27- "husky" : {
28- "hooks" : {
29- "pre-commit" : " lint-staged"
30- }
31- },
3227 "engines" : {
3328 "node" : " >=20.x"
3429 },
35- "lint-staged" : {
36- "*.js" : [
37- " npm run lint:fix" ,
38- " prettier --write --single-quote" ,
39- " git add"
40- ]
41- },
4230 "devDependencies" : {
4331 "eslint" : " 9.22.0" ,
44- "eslint-config-prettier" : " 10.1.1" ,
45- "eslint-plugin-prettier" : " 5.2.3" ,
46- "eslint-plugin-unicorn" : " 57.0.0" ,
47- "husky" : " 9.1.7" ,
48- "lint-staged" : " 15.5.0" ,
49- "prettier" : " 3.5.3" ,
5032 "serve" : " 14.2.4" ,
51- "serve-handler" : " 6.1.6" ,
52- "typescript" : " 5.7.2"
33+ "serve-handler" : " 6.1.6"
5334 },
5435 "dependencies" : {
5536 "@sitespeed.io/plugin" : " 1.0.0" ,
5637 "@sitespeed.io/log" : " 0.2.6"
5738 },
5839 "scripts" : {
59- "test" : " ava" ,
6040 "start-server" : " serve test/data/" ,
6141 "stop-server" : " sudo pkill serve" ,
6242 "lint" : " eslint ." ,
63- "lint:fix" : " eslint . --fix" ,
64- "eslint-check" : " eslint --print-config .eslintrc.json | eslint-config-prettier-check"
43+ "lint:fix" : " eslint . --fix"
6544 },
6645 "main" : " ./lib/index.js"
6746}
You can’t perform that action at this time.
0 commit comments