File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
2
+ dist
3
+ coverage
Original file line number Diff line number Diff line change 2
2
es6 : true
3
3
browser : true
4
4
5
+ parser : ' @typescript-eslint/parser'
6
+
5
7
extends :
6
8
- " eslint:recommended"
9
+ - ' plugin:@typescript-eslint/eslint-recommended'
10
+ - ' plugin:@typescript-eslint/recommended'
11
+ - ' plugin:@typescript-eslint/recommended-requiring-type-checking'
12
+
13
+ plugins :
14
+ - ' @typescript-eslint'
7
15
8
16
parserOptions :
9
17
ecmaVersion : 6
10
18
sourceType : module
19
+ tsconfigRootDir : ' .'
20
+ project : ['./tsconfig.json']
11
21
12
22
overrides :
13
23
- files :
Original file line number Diff line number Diff line change 8
8
"@babel/core" : " ^7.2.2" ,
9
9
"@babel/preset-env" : " ^7.9.0" ,
10
10
"@babel/preset-typescript" : " ^7.9.0" ,
11
+ "@typescript-eslint/eslint-plugin" : " ^2.25.0" ,
12
+ "@typescript-eslint/parser" : " ^2.25.0" ,
11
13
"babel-jest" : " ^25.1.0" ,
12
14
"babel-loader" : " ^8.0.5" ,
13
15
"eslint" : " ^6.8.0" ,
You can’t perform that action at this time.
0 commit comments