Skip to content

Commit 51963ed

Browse files
author
Steve Bonds
committed
1 parent f3b8977 commit 51963ed

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

react-app/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323
},
2424
"plugins": ["react", "import", "jsx-a11y"],
25-
"parser": "react-scripts/node_modules/babel-eslint",
25+
"parser": "@babel/eslint-parser",
2626
"parserOptions": {
2727
"ecmaVersion": 2018,
2828
"sourceType": "module",

react-app/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"sass": "^1.56.1"
3939
},
4040
"devDependencies": {
41+
"@babel/eslint-parser": "^7.16.3",
4142
"eslint-config-airbnb": "^18.2.1",
4243
"eslint-config-prettier": "^8.3.0",
4344
"eslint-plugin-import": "^2.23.4",

0 commit comments

Comments
 (0)