Skip to content

Commit

Permalink
refactor: remove unused configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen committed Oct 26, 2024
1 parent 83b46ae commit 42f4a2a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,8 @@
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"post-merge": "post-merge-install",
"post-rebase": "post-merge-install"
}
},
"lint-staged": {
"**/*.{js,ts}": "eslint",
"**/*": "prettier --write --ignore-unknown"
"*.{js,ts}": "eslint",
"*": "prettier --write --ignore-unknown"
}
}

0 comments on commit 42f4a2a

Please sign in to comment.