Skip to content

Commit

Permalink
Update integrations eslint config to use ESLint v9
Browse files Browse the repository at this point in the history
eslint-plugin-import doesn't support v9 yet, but there'll posibly be a
release this week
import-js/eslint-plugin-import#2948 (comment)
  • Loading branch information
sethidden committed Oct 2, 2024
1 parent 6879c8b commit 6c712b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions engineering-toolkit/integrations-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9",
"eslint-config-airbnb-base": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 6c712b0

Please sign in to comment.