Skip to content

Commit

Permalink
config: 去掉 husky
Browse files Browse the repository at this point in the history
  • Loading branch information
kangood committed Feb 5, 2024
1 parent a1a74a9 commit a81434a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 23 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.github
.husky
.vscode/
dist/
node_modules/
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ node_modules
dist
/public
/docs
.husky
.local
/bin
Dockerfile
Expand Down
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.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ node_modules
dist
/public
/docs
.husky
.local
/bin
Dockerfile
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install"
"preview": "vite preview"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
Expand Down Expand Up @@ -90,7 +89,6 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"msw": "^1.3.2",
"postcss": "^8.4.31",
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit a81434a

Please sign in to comment.