Skip to content

Commit

Permalink
chore: change deprectated babel-eslint parser to @babel/eslint-parser
Browse files Browse the repository at this point in the history
Signed-off-by: Maharshi Basu <[email protected]>
  • Loading branch information
MashyBasker committed Feb 12, 2024
1 parent e8d859d commit 1f879a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
}
],
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 10,
"ecmaFeatures": {
Expand Down

0 comments on commit 1f879a9

Please sign in to comment.