Skip to content

Commit 60b0f85

Browse files
authored
remove husky (#258)
1 parent cb19ef5 commit 60b0f85

File tree

2 files changed

+532
-598
lines changed

2 files changed

+532
-598
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
"prepublishOnly": "rollup -c",
1818
"postpublish": "git push && git push --tags"
1919
},
20-
"husky": {
21-
"hooks": {
22-
"pre-commit": "eslint . && yarn test"
23-
}
24-
},
2520
"files": [
2621
"src/**/*.js",
2722
"dist/**/*.js"
@@ -33,7 +28,6 @@
3328
"devDependencies": {
3429
"eslint": "^7.18.0",
3530
"exceljs": "^4.3.0",
36-
"husky": "^4.3.8",
3731
"node-fetch": "^2.6.1",
3832
"rollup": "^2.37.1",
3933
"rollup-plugin-node-resolve": "^5.2.0",

0 commit comments

Comments
 (0)