Skip to content

Commit

Permalink
Install @babel/eslint-parser explicitly
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
victorlin committed Jan 5, 2023
1 parent 6c6efc2 commit f9e14d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"sass": "^1.56.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
Expand Down

0 comments on commit f9e14d1

Please sign in to comment.