Skip to content

Commit

Permalink
fix: revert husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldszar committed Mar 9, 2021
1 parent a8653ca commit 4205ade
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "seldszar/nodecg-vault",
"license": "MIT",
"scripts": {
"postinstall": "husky install",
"test": "xo && ava && tsd"
},
"files": [
Expand All @@ -24,7 +23,7 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"ava": "^3.13.0",
"husky": "^5.0.9",
"husky": "^4.3.8",
"lint-staged": "^10.4.0",
"tsd": "^0.14.0",
"xo": "^0.37.1"
Expand All @@ -34,6 +33,12 @@
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts}": "xo --fix"
}
Expand Down

0 comments on commit 4205ade

Please sign in to comment.