Skip to content

Commit f9e14d1

Browse files
committed
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 6c6efc2 commit f9e14d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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)