|
25 | 25 | "error", |
26 | 26 | { |
27 | 27 | "argsIgnorePattern": "^_", |
28 | | - "varsIgnorePattern": "^_" |
| 28 | + "varsIgnorePattern": "^_", |
| 29 | + "caughtErrorsIgnorePattern": "^_" |
29 | 30 | } |
30 | 31 | ], |
31 | 32 | "@typescript-eslint/no-non-null-assertion": "warn", |
|
64 | 65 | "error", |
65 | 66 | { |
66 | 67 | "argsIgnorePattern": "^_", |
67 | | - "varsIgnorePattern": "^_" |
| 68 | + "varsIgnorePattern": "^_", |
| 69 | + "caughtErrorsIgnorePattern": "^_" |
68 | 70 | } |
69 | 71 | ], |
70 | 72 | "@typescript-eslint/no-unsafe-assignment": "off", |
71 | 73 | "@typescript-eslint/no-unsafe-call": "off", |
72 | 74 | "@typescript-eslint/no-unsafe-member-access": "off", |
73 | | - "@typescript-eslint/no-redundant-type-constituents": "off" |
| 75 | + "@typescript-eslint/no-redundant-type-constituents": "off", |
| 76 | + "@typescript-eslint/no-require-imports": "off" |
74 | 77 | } |
75 | 78 | }, |
76 | 79 | { |
|
90 | 93 | "error", |
91 | 94 | { |
92 | 95 | "argsIgnorePattern": "^_", |
93 | | - "varsIgnorePattern": "^_" |
| 96 | + "varsIgnorePattern": "^_", |
| 97 | + "caughtErrorsIgnorePattern": "^_" |
94 | 98 | } |
95 | 99 | ], |
96 | 100 | "@typescript-eslint/no-unsafe-assignment": "off", |
97 | 101 | "@typescript-eslint/no-unsafe-call": "off", |
98 | 102 | "@typescript-eslint/no-unsafe-member-access": "off", |
99 | 103 | "@typescript-eslint/no-unsafe-return": "off", |
100 | | - "@typescript-eslint/no-unsafe-argument": "off" |
| 104 | + "@typescript-eslint/no-unsafe-argument": "off", |
| 105 | + "@typescript-eslint/no-require-imports": "off" |
101 | 106 | } |
102 | 107 | }, |
103 | 108 | { |
|
0 commit comments