File tree Expand file tree Collapse file tree 4 files changed +1365
-998
lines changed
Expand file tree Collapse file tree 4 files changed +1365
-998
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 "node" : " 22.x.x"
1111 },
1212 "license" : " MPL-2.0" ,
13+ "husky" : {
14+ "hooks" : {
15+ "pre-commit" : " yarn precommit"
16+ }
17+ },
1318 "scripts" : {
1419 "dev" : " yarn start" ,
20+ "precommit" : " lint-staged" ,
1521 "test" : " vitest" ,
1622 "test:compilation" : " tsc --noEmit" ,
1723 "lint" : " eslint -c .eslintrc.js" ,
4450 "eslint" : " ^8.43.0" ,
4551 "eslint-config-prettier" : " ^9.1.0" ,
4652 "eslint-plugin-prettier" : " ^5.2.1" ,
47- "husky" : " ^9.1.7 " ,
53+ "husky" : " 1.0.0-rc.13 " ,
4854 "inquirer" : " ^9.2.12" ,
4955 "js-yaml" : " ^4.1.0" ,
5056 "kleur" : " ^4.1.5" ,
123129 },
124130 "resolutions" : {
125131 "acorn" : " ^6.4.1"
126- },
127- "husky" : {
128- "hooks" : {}
129132 }
130133}
You can’t perform that action at this time.
0 commit comments