Skip to content

Commit

Permalink
Remove husky
Browse files Browse the repository at this point in the history
Not currently using it and it's making installation harder
  • Loading branch information
micahjon committed Oct 30, 2023
1 parent 495bc43 commit 7ac0ffd
Show file tree
Hide file tree
Showing 6 changed files with 490 additions and 26 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.history
.husky
.vscode
coverage
dist
Expand Down
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.history
.husky
.vscode
coverage
dist
Expand Down
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"build": "rimraf dist && tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
"test": "npx playwright test",
"lint:scripts": "eslint . --ext .ts",
"format:scripts": "prettier . --write",
"prepare": "husky install && husky set .husky/pre-commit 'npx lint-staged' && git add .husky/pre-commit",
"uninstall-husky": "npm uninstall husky --no-save && git config --unset core.hooksPath && npx rimraf .husky"
"format:scripts": "prettier . --write"
},
"dependencies": {
"react": "^18.2.0",
Expand All @@ -37,7 +35,6 @@
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lodash-es": "^4.17.21",
"postcss": "^8.4.27",
Expand Down
Loading

0 comments on commit 7ac0ffd

Please sign in to comment.