File tree Expand file tree Collapse file tree 4 files changed +181
-334
lines changed Expand file tree Collapse file tree 4 files changed +181
-334
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ extends:
12
12
- ' plugin:@typescript-eslint/recommended-requiring-type-checking'
13
13
- ' plugin:jest/recommended'
14
14
- ' prettier'
15
- - ' prettier/@typescript-eslint'
16
15
rules :
17
16
' @typescript-eslint/explicit-member-accessibility ' : off
18
- ' @typescript-eslint/no-angle-bracket-type-assertion ' : off
19
17
' @typescript-eslint/no-parameter-properties ' : off
20
18
' @typescript-eslint/explicit-function-return-type ' : off
21
- ' @typescript-eslint/member-delimiter-style ' : off
22
- ' @typescript-eslint/no-inferrable-types ' : off
23
19
' @typescript-eslint/no-explicit-any ' : off
24
20
' @typescript-eslint/member-ordering ' : ' error'
25
21
' @typescript-eslint/no-unused-vars ' :
31
27
' @typescript-eslint/no-unsafe-assignment ' : off
32
28
' @typescript-eslint/no-unsafe-call ' : off
33
29
' @typescript-eslint/no-unsafe-member-access ' : off
30
+ ' @typescript-eslint/no-unsafe-argument ' : off
34
31
' @typescript-eslint/explicit-module-boundary-types ' : off
You can’t perform that action at this time.
0 commit comments