Skip to content

Commit

Permalink
Remove needless babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 6, 2025
1 parent a4b5be7 commit 76a34fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions babel.config.json

This file was deleted.

3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default [{
},

parser: babelParser,
parserOptions: {
requireConfigFile: false,
},
ecmaVersion: 2020,
sourceType: "script",
},
Expand Down

0 comments on commit 76a34fc

Please sign in to comment.