Skip to content

Commit

Permalink
fix: remove husky
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Jul 18, 2023
1 parent 480385d commit 3ac5b9b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 294 deletions.
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.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint --ext .ts,.js ./",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"prepare": "husky install"
"lint": "eslint --ext .ts,.js ./"
},
"author": "",
"license": "MIT",
Expand All @@ -28,9 +26,7 @@
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-markdownlint": "^0.4.1",
"husky": "^8.0.3",
"langchain": "^0.0.102",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0"
},
"devDependencies": {
Expand All @@ -40,7 +36,6 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.0",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 3ac5b9b

Please sign in to comment.