Skip to content

Commit 00c082f

Browse files
authored
Move to using @babel/eslint-parser instead of babel-eslint (#43)
1 parent 2579e30 commit 00c082f

File tree

2 files changed

+65
-34
lines changed

2 files changed

+65
-34
lines changed

package-lock.json

Lines changed: 64 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"react": ">=19"
4343
},
4444
"devDependencies": {
45+
"@babel/eslint-parser": "^7.27.0",
4546
"@babel/preset-env": "^7.18.2",
4647
"@babel/preset-typescript": "^7.17.12",
4748
"@eslint/compat": "^1.2.8",
@@ -53,7 +54,6 @@
5354
"@types/react-dom": "^19.1.3",
5455
"@typescript-eslint/eslint-plugin": "^8.31.1",
5556
"@typescript-eslint/parser": "^8.31.1",
56-
"babel-eslint": "^10.1.0",
5757
"babel-jest": "^29.7.0",
5858
"browser-env": "^3.2.6",
5959
"eslint": "^9.25.1",

0 commit comments

Comments
 (0)