Skip to content

Commit

Permalink
Delete husky from the project as it's not really that relevant for …
Browse files Browse the repository at this point in the history
…the project
  • Loading branch information
KristofVDB1 committed Nov 19, 2024
1 parent e337143 commit f8a19f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"eslint:fix": "eslint . --cache --fix",
"lint": "npm run eslint",
"lint:fix": "npm run eslint -- --fix && npm run prettier -- --write",
"prettier": "prettier --check \"./**/*.{ts,json,md,yml}\"",
"prepare": "husky install"
"prettier": "prettier --check \"./**/*.{ts,json,md,yml}\""
},
"dependencies": {
"eslint": "^9.15.0",
Expand All @@ -41,7 +40,6 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.12.0",
"husky": "^7.0.2"
"globals": "^15.12.0"
}
}

0 comments on commit f8a19f2

Please sign in to comment.