|
76 | 76 | "style": { |
77 | 77 | "noNonNullAssertion": "off", |
78 | 78 | "noParameterAssign": "off", |
79 | | - "useExponentiationOperator": "off", |
80 | | - "useLiteralEnumMembers": "error", |
81 | | - "noCommaOperator": "error", |
82 | | - "useNodejsImportProtocol": "error", |
83 | | - "useAsConstAssertion": "error", |
84 | | - "useEnumInitializers": "error", |
85 | | - "useSelfClosingElements": "error", |
86 | | - "useConst": "error", |
87 | | - "useSingleVarDeclarator": "error", |
88 | | - "noUnusedTemplateLiteral": "error", |
89 | | - "useNumberNamespace": "error", |
90 | | - "noInferrableTypes": "error", |
91 | | - "useTemplate": "error", |
92 | | - "useDefaultParameterLast": "error", |
93 | | - "noArguments": "error", |
94 | | - "useImportType": "error", |
95 | | - "useExportType": "error", |
96 | | - "noUselessElse": "error", |
97 | | - "useShorthandFunctionType": "error" |
| 79 | + "useExponentiationOperator": "off" |
98 | 80 | } |
99 | 81 | } |
100 | 82 | }, |
|
0 commit comments