File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
parserOptions :
5
5
ecmaVersion : 2018
6
6
sourceType : module
7
- project :
7
+ project :
8
8
- ./tsconfig.json
9
9
- ./tsconfig.spec.json
10
10
extends :
@@ -17,16 +17,19 @@ rules:
17
17
' @typescript-eslint/no-angle-bracket-type-assertion ' : off
18
18
' @typescript-eslint/no-parameter-properties ' : off
19
19
' @typescript-eslint/explicit-function-return-type ' : off
20
+ ' @typescript-eslint/member-delimiter-style ' : off
21
+ ' @typescript-eslint/no-inferrable-types ' : off
20
22
' @typescript-eslint/no-explicit-any ' : off
21
23
' @typescript-eslint/member-ordering ' : ' error'
22
24
' @typescript-eslint/no-unused-vars ' :
23
25
- ' error'
24
26
- args : ' none'
25
- ' @typescript-eslint/no-unsafe-argument ' : off
26
- ' @typescript-eslint/ban-types ' : off
27
+ # TODO: Remove these and fixed issues once we merged all the current PRs.
28
+ ' @typescript-eslint/ban-types ' : off
27
29
' @typescript-eslint/no-unsafe-return ' : off
28
30
' @typescript-eslint/no-unsafe-assignment ' : off
29
31
' @typescript-eslint/no-unsafe-call ' : off
30
32
' @typescript-eslint/no-unsafe-member-access ' : off
31
33
' @typescript-eslint/no-unsafe-argument ' : off
32
34
' @typescript-eslint/explicit-module-boundary-types ' : off
35
+ ' @typescript-eslint/restrict-template-expressions ' : off
You can’t perform that action at this time.
0 commit comments