|
33 | 33 | "error", |
34 | 34 | "always" |
35 | 35 | ], |
36 | | - "@typescript-eslint/explicit-function-return-type": [ |
37 | | - "error" |
38 | | - ], |
| 36 | + "@typescript-eslint/explicit-function-return-type": "error", |
| 37 | + "@typescript-eslint/no-empty-object-type": "off", |
39 | 38 | "@typescript-eslint/no-floating-promises": [ |
40 | 39 | "error", |
41 | 40 | { |
42 | 41 | "ignoreVoid": true |
43 | 42 | } |
44 | 43 | ], |
45 | | - "@typescript-eslint/no-non-null-assertion": [ |
46 | | - "off" |
47 | | - ], |
| 44 | + "@typescript-eslint/no-non-null-assertion": "off", |
| 45 | + "@typescript-eslint/no-require-imports": "off", |
48 | 46 | "@typescript-eslint/no-unused-vars": [ |
49 | 47 | "error", |
50 | 48 | { |
51 | 49 | "argsIgnorePattern": "^_" |
52 | 50 | } |
53 | 51 | ], |
54 | | - "@typescript-eslint/no-unsafe-argument": [ |
55 | | - "off" |
56 | | - ], |
57 | | - "@typescript-eslint/no-unsafe-assignment": [ |
58 | | - "off" |
59 | | - ], |
60 | | - "@typescript-eslint/no-unsafe-call": [ |
61 | | - "off" |
62 | | - ], |
63 | | - "@typescript-eslint/no-unsafe-member-access": [ |
64 | | - "off" |
65 | | - ], |
66 | | - "@typescript-eslint/no-unsafe-return": [ |
67 | | - "off" |
68 | | - ], |
69 | | - "@typescript-eslint/restrict-template-expressions": [ |
70 | | - "off" |
71 | | - ], |
| 52 | + "@typescript-eslint/no-unsafe-argument": "off", |
| 53 | + "@typescript-eslint/no-unsafe-assignment": "off", |
| 54 | + "@typescript-eslint/no-unsafe-call": "off", |
| 55 | + "@typescript-eslint/no-unsafe-member-access": "off", |
| 56 | + "@typescript-eslint/no-unsafe-return": "off", |
| 57 | + "@typescript-eslint/restrict-template-expressions": "off", |
72 | 58 | "@typescript-eslint/prefer-nullish-coalescing": [ |
73 | 59 | "error", |
74 | 60 | { |
|
0 commit comments