Skip to content

Commit 916173e

Browse files
committed
babel loader updated
1 parent c1f3596 commit 916173e

File tree

3 files changed

+39
-33
lines changed

3 files changed

+39
-33
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sourceType": "module"
99
},
1010
"plugins": ["import", "react", "jest", "jsx-a11y", "babel"],
11-
"parser": "babel-eslint",
11+
"parser": "@babel/eslint-parser",
1212
"env": {
1313
"browser": true,
1414
"node": true,

package-lock.json

Lines changed: 37 additions & 31 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
@@ -192,6 +192,7 @@
192192
},
193193
"devDependencies": {
194194
"@babel/core": "^7.18.10",
195+
"@babel/eslint-parser": "^7.21.3",
195196
"@babel/preset-env": "^7.18.10",
196197
"@babel/preset-react": "^7.18.6",
197198
"@babel/preset-typescript": "^7.18.6",
@@ -210,7 +211,6 @@
210211
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
211212
"apollo": "^2.34.0",
212213
"axios": "^0.27.2",
213-
"babel-eslint": "^10.1.0",
214214
"babel-jest": "^28.1.3",
215215
"babel-loader": "^8.2.5",
216216
"babel-plugin-module-resolver": "^5.0.0",

0 commit comments

Comments
 (0)