Skip to content

Commit

Permalink
Update .eslintrc
Browse files Browse the repository at this point in the history
Fix: "parser": "babel-eslint" for Parsing error: The keyword 'import' is reserved
  • Loading branch information
nd0nd0 committed Oct 28, 2023
1 parent 73fd535 commit 32fed06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "babel-eslint",
"env": {
"jest": true
}
Expand Down

0 comments on commit 32fed06

Please sign in to comment.