Skip to content

Commit

Permalink
Revert "add husky"
Browse files Browse the repository at this point in the history
This reverts commit 509c0c1.
  • Loading branch information
rezkiy37 committed Aug 8, 2023
1 parent bc0dea3 commit 3b42444
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
6 changes: 0 additions & 6 deletions .husky/pre-commit

This file was deleted.

22 changes: 0 additions & 22 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
"src"
],
"scripts": {
"postinstall": "husky install",
"start": "webpack-dev-server --mode=development --open --hot",
"build": "webpack --mode=production",
"lint": "eslint src --fix",
"ts": "npx tsc --noEmit",
"prettier": "prettier --write .",
"prettier-watch": "onchange \"**/*.js\" -- prettier --write --ignore-unknown {{changed}}",
"test": "echo \"Error: no test specified\""
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +54,6 @@
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"onchange": "^7.1.0",
"prettier": "^3.0.0",
"style-loader": "^3.3.3",
Expand Down

0 comments on commit 3b42444

Please sign in to comment.