File tree 1 file changed +14
-13
lines changed
1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
"extends" : [
7
7
" eslint:recommended" ,
8
- " plugin:@typescript-eslint/recommended"
8
+ " plugin:@typescript-eslint/recommended" ,
9
+ " plugin:@typescript-eslint/recommended-requiring-type-checking"
9
10
],
10
11
"overrides" : [],
11
12
"parser" : " @typescript-eslint/parser" ,
43
44
"argsIgnorePattern" : " ^_"
44
45
}
45
46
],
46
- "@typescript-eslint/require-await " : [
47
- " error "
47
+ "@typescript-eslint/no-unsafe-argument " : [
48
+ " off "
48
49
],
49
- "@typescript-eslint/no-misused-promises " : [
50
- " error "
50
+ "@typescript-eslint/no-unsafe-assignment " : [
51
+ " off "
51
52
],
52
- "@typescript-eslint/no-floating-promises " : [
53
- " error "
53
+ "@typescript-eslint/no-unsafe-call " : [
54
+ " off "
54
55
],
55
- "@typescript-eslint/await-thenable " : [
56
- " error "
56
+ "@typescript-eslint/no-unsafe-member-access " : [
57
+ " off "
57
58
],
58
- "@typescript-eslint/unbound-method " : [
59
- " error "
59
+ "@typescript-eslint/no-unsafe-return " : [
60
+ " off "
60
61
],
61
- "@typescript-eslint/restrict-plus-operands " : [
62
- " error "
62
+ "@typescript-eslint/restrict-template-expressions " : [
63
+ " off "
63
64
],
64
65
"header/header" : [
65
66
2 ,
You can’t perform that action at this time.
0 commit comments