Skip to content

Commit a52c1e0

Browse files
authored
Merge pull request #72 from github/dependabot/npm_and_yarn/eslint-10.0.1
Bump eslint from 9.39.2 to 10.0.1
2 parents 56e1c10 + f830e21 commit a52c1e0

File tree

3 files changed

+4219
-7932
lines changed

3 files changed

+4219
-7932
lines changed

eslint.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import { fixupPluginRules } from '@eslint/compat'
21
import { FlatCompat } from '@eslint/eslintrc'
32
import js from '@eslint/js'
43
import typescriptEslint from '@typescript-eslint/eslint-plugin'
54
import tsParser from '@typescript-eslint/parser'
6-
import _import from 'eslint-plugin-import'
75
import jest from 'eslint-plugin-jest'
86
import prettier from 'eslint-plugin-prettier'
97
import globals from 'globals'
@@ -31,7 +29,6 @@ export default [
3129
),
3230
{
3331
plugins: {
34-
import: fixupPluginRules(_import),
3532
jest,
3633
prettier,
3734
'@typescript-eslint': typescriptEslint

0 commit comments

Comments
 (0)