|
1 | 1 | { |
2 | | - "$schema": "https://biomejs.dev/schemas/1.9.3/schema.json", |
3 | | - "organizeImports": { |
4 | | - "enabled": true |
5 | | - }, |
6 | | - "formatter": { |
7 | | - "indentStyle": "space", |
8 | | - "lineWidth": 120 |
9 | | - }, |
10 | | - "javascript": { |
11 | | - "formatter": { |
12 | | - "quoteStyle": "single", |
13 | | - "trailingCommas": "all", |
14 | | - "bracketSpacing": false |
15 | | - } |
16 | | - }, |
17 | | - "linter": { |
18 | | - "enabled": true, |
19 | | - "rules": { |
20 | | - "recommended": true, |
21 | | - "style": { |
22 | | - "noNonNullAssertion": "off", |
23 | | - "useNodejsImportProtocol": "off", |
24 | | - "useTemplate": "off", |
25 | | - "noInferrableTypes": "off", |
26 | | - "noUselessElse": "off", |
27 | | - "noParameterAssign": "off", |
28 | | - "noCommaOperator": "off", |
29 | | - "useSingleVarDeclarator": "off", |
30 | | - "noUnusedTemplateLiteral": "off", |
31 | | - "useDefaultParameterLast": "off", |
32 | | - "useEnumInitializers": "off" |
33 | | - }, |
34 | | - "suspicious": { |
35 | | - "noExplicitAny": "off", |
36 | | - "useIsArray": "off", |
37 | | - "noAssignInExpressions": "off", |
38 | | - "noConfusingVoidType": "off" |
39 | | - }, |
40 | | - "complexity": { |
41 | | - "noStaticOnlyClass": "off", |
42 | | - "useOptionalChain": "off" |
43 | | - }, |
44 | | - "security": { |
45 | | - "noGlobalEval": "off" |
46 | | - } |
47 | | - } |
48 | | - } |
| 2 | + "$schema": "https://biomejs.dev/schemas/1.9.3/schema.json", |
| 3 | + "organizeImports": { |
| 4 | + "enabled": true |
| 5 | + }, |
| 6 | + "formatter": { |
| 7 | + "indentStyle": "space", |
| 8 | + "lineWidth": 120 |
| 9 | + }, |
| 10 | + "javascript": { |
| 11 | + "formatter": { |
| 12 | + "quoteStyle": "single", |
| 13 | + "trailingCommas": "all", |
| 14 | + "bracketSpacing": false |
| 15 | + } |
| 16 | + }, |
| 17 | + "linter": { |
| 18 | + "enabled": true, |
| 19 | + "rules": { |
| 20 | + "recommended": true, |
| 21 | + "style": { |
| 22 | + "noNonNullAssertion": "off", |
| 23 | + "useNodejsImportProtocol": "off", |
| 24 | + "useTemplate": "off", |
| 25 | + "noInferrableTypes": "off", |
| 26 | + "noUselessElse": "off", |
| 27 | + "noParameterAssign": "off", |
| 28 | + "noCommaOperator": "off", |
| 29 | + "useSingleVarDeclarator": "off", |
| 30 | + "noUnusedTemplateLiteral": "off", |
| 31 | + "useDefaultParameterLast": "off", |
| 32 | + "useEnumInitializers": "off" |
| 33 | + }, |
| 34 | + "suspicious": { |
| 35 | + "noExplicitAny": "off", |
| 36 | + "useIsArray": "off", |
| 37 | + "noAssignInExpressions": "off", |
| 38 | + "noConfusingVoidType": "off" |
| 39 | + }, |
| 40 | + "complexity": { |
| 41 | + "noStaticOnlyClass": "off", |
| 42 | + "useOptionalChain": "off" |
| 43 | + }, |
| 44 | + "security": { |
| 45 | + "noGlobalEval": "off" |
| 46 | + } |
| 47 | + } |
| 48 | + } |
49 | 49 | } |
0 commit comments