Skip to content

Commit

Permalink
chore(repo): upgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Apr 21, 2024
1 parent 0e0e44f commit 0b2e990
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 2,368 deletions.
2 changes: 0 additions & 2 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 js from '@eslint/js';
import simpleImportSort from 'eslint-plugin-simple-import-sort';

Expand All @@ -7,7 +6,6 @@ export default [
files: ['**/*.mjs', '**/*.js'],
languageOptions: {
ecmaVersion: 2023,
parser: babelParser,
sourceType: 'module',
},
plugins: {
Expand Down
Loading

0 comments on commit 0b2e990

Please sign in to comment.