Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 14, 2024
1 parent e784434 commit 9ee47b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"globals": {
"document": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"plugins": ["babel", "jest"],
"rules": {
"import/prefer-default-export": "off",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/eslint-parser": "^7.5.4",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/dom": "^9.2.0",
Expand Down

0 comments on commit 9ee47b7

Please sign in to comment.