Skip to content

Commit

Permalink
fix: fallback eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshlanjewar committed Dec 1, 2023
1 parent 7b66018 commit 1e1abac
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 252 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"bluebird": "3.7.2",
"eslint": "^8.54.0",
"eslint": "7.32.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "4.2.1",
"expect.js": "0.3.1",
"gulp": "4.0.2",
"husky": "8.0.3",
Expand All @@ -49,7 +49,7 @@
"mysql2": "3.2.0",
"pg": "latest",
"pg-hstore": "latest",
"prettier": "3.1.0",
"prettier": "2.8.8",
"semver": "7.5.4",
"sequelize": "6.35.1",
"sqlite3": "latest",
Expand Down
Loading

0 comments on commit 1e1abac

Please sign in to comment.