Skip to content

Commit

Permalink
fix: downgrade typescript-eslint for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Feb 18, 2024
1 parent b7ff9db commit 5a38207
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"@babel/preset-env": "^7.23.9",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -50,12 +50,6 @@
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5"
},
"overrides": {
"eslint-config-airbnb-typescript": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1"
}
},
"engines": {
"npm": ">=7"
},
Expand Down

0 comments on commit 5a38207

Please sign in to comment.