chore: add Husky

This commit is contained in:
MAZE
2023-10-05 16:50:44 +03:30
parent 6cad46040d
commit 3bed00a1ee
3 changed files with 23 additions and 1 deletions

16
package-lock.json generated
View File

@@ -30,6 +30,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"postcss-html": "1.5.0",
"prettier": "3.0.3",
@@ -4859,6 +4860,21 @@
"node": ">=16.17.0"
}
},
"node_modules/husky": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",