Skip to content

Commit

Permalink
chore: remove pre-commit hook (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Mar 21, 2023
1 parent 5f616dc commit d7c5839
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 167 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,10 @@
"docusaurus-plugin-typedoc": "^0.18.0",
"lint-staged": "^13.2.0",
"prettier": "2.8.3",
"simple-git-hooks": "^2.8.1",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "4.9.5",
"wrangler": "^2.12.3"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,yml,json}": "prettier --write",
"*.js": "eslint --fix"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
Expand Down
Loading

0 comments on commit d7c5839

Please sign in to comment.