|
9 | 9 | "includes": ["**", "!!**/dist", "!!**/packages/@ant"] |
10 | 10 | }, |
11 | 11 | "formatter": { |
12 | | - "enabled": true, |
| 12 | + "enabled": false, |
13 | 13 | "indentStyle": "tab", |
14 | 14 | "lineWidth": 120 |
15 | 15 | }, |
|
25 | 25 | "noImplicitAnyLet": "off", |
26 | 26 | "noGlobalIsNan": "off", |
27 | 27 | "noFallthroughSwitchClause": "off", |
28 | | - "noShadowRestrictedNames": "off" |
| 28 | + "noShadowRestrictedNames": "off", |
| 29 | + "noArrayIndexKey": "off", |
| 30 | + "noConsole": "off", |
| 31 | + "noConfusingLabels": "off", |
| 32 | + "useIterableCallbackReturn": "off" |
29 | 33 | }, |
30 | 34 | "style": { |
31 | 35 | "useConst": "off", |
|
34 | 38 | "useDefaultParameterLast": "off", |
35 | 39 | "noUnusedTemplateLiteral": "off", |
36 | 40 | "useTemplate": "off", |
37 | | - "useNumberNamespace": "off" |
| 41 | + "useNumberNamespace": "off", |
| 42 | + "useNodejsImportProtocol": "off", |
| 43 | + "useImportType": "off" |
38 | 44 | }, |
39 | 45 | "complexity": { |
40 | 46 | "noForEach": "off", |
|
45 | 51 | "noUselessSwitchCase": "off", |
46 | 52 | "noUselessFragments": "off", |
47 | 53 | "noUselessTernary": "off", |
48 | | - "noUselessLoneBlockStatements": "off" |
| 54 | + "noUselessLoneBlockStatements": "off", |
| 55 | + "noUselessEmptyExport": "off", |
| 56 | + "useArrowFunction": "off", |
| 57 | + "useLiteralKeys": "off" |
49 | 58 | }, |
50 | 59 | "correctness": { |
51 | 60 | "noUnusedVariables": "off", |
52 | 61 | "noUnusedImports": "off", |
53 | 62 | "useExhaustiveDependencies": "off", |
54 | 63 | "noSwitchDeclarations": "off", |
55 | 64 | "noUnreachable": "off", |
56 | | - "useHookAtTopLevel": "off" |
| 65 | + "useHookAtTopLevel": "off", |
| 66 | + "noVoidTypeReturn": "off", |
| 67 | + "noConstantCondition": "off", |
| 68 | + "noUnusedFunctionParameters": "off" |
57 | 69 | }, |
58 | 70 | "a11y": { |
59 | 71 | "recommended": false |
|
69 | 81 | } |
70 | 82 | }, |
71 | 83 | "assist": { |
72 | | - "enabled": true, |
73 | | - "actions": { |
74 | | - "source": { |
75 | | - "organizeImports": "on" |
76 | | - } |
77 | | - } |
| 84 | + "enabled": false |
78 | 85 | } |
79 | 86 | } |
0 commit comments