Skip to content

Commit

Permalink
feat(): update TypeORM configuration for ESM support and adjust migra…
Browse files Browse the repository at this point in the history
…tion scripts
  • Loading branch information
NarHakobyan committed Oct 20, 2024
1 parent 2e9cd62 commit 23b24c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
11 changes: 0 additions & 11 deletions lint-staged.config.js

This file was deleted.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"gh-pages": "^6.2.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "~15.2.10",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"release-it": "^17.10.0",
"supertest": "^7.0.0",
Expand All @@ -131,6 +131,12 @@
"typescript-eslint": "^8.10.0",
"vue": "^3.5.12"
},
"lint-staged": {
"*.ts": [
"eslint --fix",
"git add"
]
},
"jest": {
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit 23b24c7

Please sign in to comment.