Skip to content

Commit

Permalink
meta: Remove husky 💀
Browse files Browse the repository at this point in the history
It was annoying and we have a ci check
  • Loading branch information
lforst committed Feb 15, 2024
1 parent 99b24e3 commit ca1533b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
"test:e2e": "nx run @sentry-internal/bundler-plugin-e2e-tests:test",
"lint": "nx run-many --target=lint --all",
"check:formatting": "prettier --check .",
"fix:formatting": "prettier --write .",
"prepare": "husky install"
"fix:formatting": "prettier --write ."
},
"devDependencies": {
"@nrwl/cli": "14.5.10",
"@nrwl/workspace": "14.5.10",
"husky": "^8.0.0",
"lerna": "^6.6.2",
"nx": "14.5.10",
"prettier": "^2.7.1",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7463,11 +7463,6 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@^8.0.0:
version "8.0.3"
resolved "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==

[email protected], iconv-lite@^0.4.24:
version "0.4.24"
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
Expand Down

0 comments on commit ca1533b

Please sign in to comment.