File tree Expand file tree Collapse file tree 2 files changed +532
-516
lines changed Expand file tree Collapse file tree 2 files changed +532
-516
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'
1
6
import _import from 'eslint-plugin-import'
2
7
import jest from 'eslint-plugin-jest'
3
8
import prettier from 'eslint-plugin-prettier'
4
- import typescriptEslint from '@typescript-eslint/eslint-plugin'
5
- import { fixupPluginRules } from '@eslint/compat'
6
9
import globals from 'globals'
7
- import tsParser from '@typescript-eslint/parser'
8
10
import path from 'node:path'
9
11
import { fileURLToPath } from 'node:url'
10
- import js from '@eslint/js'
11
- import { FlatCompat } from '@eslint/eslintrc'
12
12
13
13
const __filename = fileURLToPath ( import . meta. url )
14
14
const __dirname = path . dirname ( __filename )
@@ -50,8 +50,7 @@ export default [
50
50
sourceType : 'module' ,
51
51
52
52
parserOptions : {
53
- project : [ 'tsconfig.eslint.json' ] ,
54
- tsconfigRootDir : '.'
53
+ project : [ 'tsconfig.eslint.json' ]
55
54
}
56
55
} ,
57
56
You can’t perform that action at this time.
0 commit comments