Skip to content

Commit 6d63904

Browse files
authored
Install @babel/eslint-parser explicitly
Although @babel/eslint-parser is a nested dependency through react-scripts → eslint-config-react-app → @babel/eslint-parser, it is explicitly referenced in this project so it should be included as a direct dependency.
1 parent 535bc04 commit 6d63904

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

react-app/package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-app/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"sass": "^1.56.1"
4040
},
4141
"devDependencies": {
42+
"@babel/eslint-parser": "^7.16.3",
4243
"eslint-config-airbnb": "^18.2.1",
4344
"eslint-config-prettier": "^8.3.0",
4445
"eslint-plugin-import": "^2.23.4",

0 commit comments

Comments
 (0)