Skip to content

Commit

Permalink
remove babel parser option
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhyan committed Nov 13, 2024
1 parent 8298fa0 commit 801956c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default [
{
files: ["**/*.js", "**/*.mjs"],
languageOptions: {
parser: babelParser,
globals: {
...globals.browser,
...globals.jest,
Expand Down

0 comments on commit 801956c

Please sign in to comment.