Skip to content

Commit

Permalink
chore: removes pretty-quick and husky since their uses is no longer r…
Browse files Browse the repository at this point in the history
…equired
  • Loading branch information
ctran88 committed Oct 30, 2024
1 parent ebdc0c7 commit 666a082
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 229 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

222 changes: 0 additions & 222 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.18.2",
"husky": "^7.0.4",
"jest": "^27.2.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"supertest": "^6.1.6",
"ts-jest": "^27.0.5",
"ts-node-dev": "^2.0.0",
Expand All @@ -76,7 +74,6 @@
"lint:ci": "eslint 'src/**/*.ts'",
"format": "prettier --write 'src/**/*.ts'",
"format:ci": "prettier 'src/**/*.ts'",
"prepare": "husky install",
"dev": "ts-node-dev --respawn testServer.ts",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 666a082

Please sign in to comment.