Remove husky/lint-staged
Broke "npm ci" when downloading the zip instead of cloning.cshd
parent
aea216f289
commit
96f97c78c0
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
|
@ -40,20 +40,10 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.7.0",
|
||||
"husky": "^4.2.5",
|
||||
"jsdoc-to-markdown": "^6.0.1",
|
||||
"lint-staged": "^10.2.11",
|
||||
"supervisor": "^0.12.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0 <14.0.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": "eslint --fix"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue