Remove husky/lint-staged

Broke "npm ci" when downloading the zip instead of cloning.
cshd
Dragory 2020-09-13 15:24:51 +03:00
parent aea216f289
commit 96f97c78c0
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
2 changed files with 1 additions and 852 deletions

843
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}