|
13 | 13 | "camelcase": "off", |
14 | 14 | "typescript/camelcase": "error", |
15 | 15 | "typescript/class-name-casing": "error", |
16 | | - "typescript/explicit-function-return-type": "warning", |
| 16 | + "typescript/explicit-function-return-type": "warn", |
17 | 17 | "typescript/explicit-member-accessibility": "error", |
18 | 18 | "indent": "off", |
19 | 19 | "typescript/indent": "error", |
|
23 | 23 | "no-array-constructor": "off", |
24 | 24 | "typescript/no-array-constructor": "error", |
25 | 25 | "typescript/no-empty-interface": "error", |
26 | | - "typescript/no-explicit-any": "warning", |
| 26 | + "typescript/no-explicit-any": "warn", |
27 | 27 | "typescript/no-inferrable-types": "error", |
28 | 28 | "typescript/no-misused-new": "error", |
29 | 29 | "typescript/no-namespace": "error", |
|
32 | 32 | "typescript/no-parameter-properties": "error", |
33 | 33 | "typescript/no-triple-slash-reference": "error", |
34 | 34 | "no-unused-vars": "off", |
35 | | - "typescript/no-unused-vars": "warning", |
| 35 | + "typescript/no-unused-vars": "warn", |
36 | 36 | "typescript/no-use-before-define": "error", |
37 | 37 | "typescript/no-var-requires": "error", |
38 | 38 | "typescript/prefer-interface": "error", |
|
0 commit comments