File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1+ import { fixupPluginRules } from '@eslint/compat'
2+ import { FlatCompat } from '@eslint/eslintrc'
3+ import js from '@eslint/js'
4+ import typescriptEslint from '@typescript-eslint/eslint-plugin'
5+ import tsParser from '@typescript-eslint/parser'
16import _import from 'eslint-plugin-import'
27import jest from 'eslint-plugin-jest'
38import prettier from 'eslint-plugin-prettier'
4- import typescriptEslint from '@typescript-eslint/eslint-plugin'
5- import { fixupPluginRules } from '@eslint/compat'
69import globals from 'globals'
7- import tsParser from '@typescript-eslint/parser'
810import path from 'node:path'
911import { fileURLToPath } from 'node:url'
10- import js from '@eslint/js'
11- import { FlatCompat } from '@eslint/eslintrc'
1212
1313const __filename = fileURLToPath ( import . meta. url )
1414const __dirname = path . dirname ( __filename )
@@ -50,8 +50,7 @@ export default [
5050 sourceType : 'module' ,
5151
5252 parserOptions : {
53- project : [ 'tsconfig.eslint.json' ] ,
54- tsconfigRootDir : '.'
53+ project : [ 'tsconfig.eslint.json' ]
5554 }
5655 } ,
5756
You can’t perform that action at this time.
0 commit comments