Skip to content

Commit 16ef475

Browse files
authored
Move to using @babel/eslint-parser instead of babel-eslint (#30)
1 parent bfa040e commit 16ef475

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
@@ -41,6 +41,7 @@
4141
"react": ">=16.8.0"
4242
},
4343
"devDependencies": {
44+
"@babel/eslint-parser": "^7.27.1",
4445
"@babel/preset-env": "^7.27.1",
4546
"@babel/preset-typescript": "^7.27.1",
4647
"@eslint/compat": "^1.2.8",
@@ -52,7 +53,6 @@
5253
"@types/react": "^16.8.0",
5354
"@typescript-eslint/eslint-plugin": "^8.31.1",
5455
"@typescript-eslint/parser": "^8.31.1",
55-
"babel-eslint": "^10.1.0",
5656
"babel-jest": "^29.7.0",
5757
"browser-env": "^3.2.6",
5858
"eslint": "^9.25.1",

0 commit comments

Comments
 (0)