|
14 | 14 | "all": false |
15 | 15 | }, |
16 | 16 | "suspicious": { |
17 | | - "noExplicitAny": "info", |
18 | | - "noAssignInExpressions": "warn", |
19 | | - "noConfusingVoidType": "warn" |
| 17 | + "noExplicitAny": "off", |
| 18 | + "noAssignInExpressions": "off", |
| 19 | + "noConfusingVoidType": "off" |
20 | 20 | }, |
21 | 21 | "style": { |
22 | | - "noNonNullAssertion": "warn", |
23 | | - "noParameterAssign": "warn", |
24 | | - "noCommaOperator": "warn" |
25 | | - }, |
26 | | - "correctness": { |
27 | | - "noUnnecessaryContinue": "warn", |
28 | | - "noInnerDeclarations": "warn" |
| 22 | + "noNonNullAssertion": "off", |
| 23 | + "noParameterAssign": "info", |
| 24 | + "noCommaOperator": "info" |
29 | 25 | }, |
30 | 26 | "complexity": { |
31 | 27 | "noForEach": "off", |
32 | | - "noBannedTypes": "warn" |
| 28 | + "noBannedTypes": "off" |
33 | 29 | }, |
34 | 30 | "performance": { |
35 | | - "noDelete": "warn" |
| 31 | + "noDelete": "off" |
36 | 32 | } |
37 | 33 | } |
38 | 34 | }, |
|
42 | 38 | "linter": { |
43 | 39 | "rules": { |
44 | 40 | "suspicious": { |
45 | | - "noRedeclare": "warn" |
| 41 | + "noRedeclare": "off" |
46 | 42 | } |
47 | 43 | } |
48 | 44 | } |
|
52 | 48 | "linter": { |
53 | 49 | "rules": { |
54 | 50 | "style": { |
55 | | - "useSelfClosingElements": "warn" |
| 51 | + "useSelfClosingElements": "off" |
56 | 52 | }, |
57 | 53 | "correctness": { |
58 | | - "useJsxKeyInIterable": "warn", |
59 | | - "useExhaustiveDependencies": "warn" |
| 54 | + "useJsxKeyInIterable": "off", |
| 55 | + "useExhaustiveDependencies": "off" |
60 | 56 | }, |
61 | 57 | "suspicious": { |
62 | | - "noArrayIndexKey": "warn", |
63 | | - "noRedeclare": "warn" |
| 58 | + "noArrayIndexKey": "off", |
| 59 | + "noRedeclare": "off" |
64 | 60 | } |
65 | 61 | } |
66 | 62 | } |
|
0 commit comments