Skip to content

Commit

Permalink
Remove unnecessary parser specification
Browse files Browse the repository at this point in the history
All the parsing issues were with `eslint-plugin-import`.
  • Loading branch information
jakezatecky committed Feb 17, 2024
1 parent fdd3171 commit a70bb98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import babelParser from '@babel/eslint-parser';
import { FlatCompat } from '@eslint/eslintrc';
import globals from 'globals';

Expand All @@ -15,8 +14,6 @@ export default [
'*.{js,jsx}',
],
languageOptions: {
parser: babelParser,

// https://github.com/import-js/eslint-plugin-import/issues/2556
parserOptions: {
ecmaVersion: 'latest',
Expand Down

0 comments on commit a70bb98

Please sign in to comment.