|
1 | 1 | { |
2 | | - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", |
3 | | - "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, |
4 | | - "files": { |
5 | | - "ignoreUnknown": false, |
6 | | - "experimentalScannerIgnores": ["worker-configuration.d.ts"] |
7 | | - }, |
8 | | - "formatter": { |
9 | | - "enabled": true, |
10 | | - "formatWithErrors": false, |
11 | | - "indentStyle": "tab", |
12 | | - "indentWidth": 2, |
13 | | - "lineEnding": "lf", |
14 | | - "lineWidth": 140, |
15 | | - "attributePosition": "auto", |
16 | | - "bracketSameLine": false, |
17 | | - "bracketSpacing": true, |
18 | | - "expand": "auto", |
19 | | - "useEditorconfig": true |
20 | | - }, |
21 | | - "linter": { "enabled": true, "rules": { "recommended": true } }, |
22 | | - "javascript": { |
23 | | - "formatter": { |
24 | | - "jsxQuoteStyle": "double", |
25 | | - "quoteProperties": "asNeeded", |
26 | | - "trailingCommas": "all", |
27 | | - "semicolons": "always", |
28 | | - "arrowParentheses": "always", |
29 | | - "bracketSameLine": false, |
30 | | - "quoteStyle": "single", |
31 | | - "attributePosition": "auto", |
32 | | - "bracketSpacing": true |
33 | | - } |
34 | | - }, |
35 | | - "html": { |
36 | | - "formatter": { |
37 | | - "indentScriptAndStyle": false, |
38 | | - "selfCloseVoidElements": "always" |
39 | | - } |
40 | | - }, |
41 | | - "assist": { |
42 | | - "enabled": true, |
43 | | - "actions": { "source": { "organizeImports": "on" } } |
44 | | - } |
| 2 | + "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", |
| 3 | + "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, |
| 4 | + "files": { |
| 5 | + "ignoreUnknown": false, |
| 6 | + "experimentalScannerIgnores": ["worker-configuration.d.ts"] |
| 7 | + }, |
| 8 | + "formatter": { |
| 9 | + "enabled": true, |
| 10 | + "formatWithErrors": false, |
| 11 | + "indentStyle": "space", |
| 12 | + "indentWidth": 2, |
| 13 | + "lineEnding": "lf", |
| 14 | + "lineWidth": 140, |
| 15 | + "attributePosition": "auto", |
| 16 | + "bracketSameLine": false, |
| 17 | + "bracketSpacing": true, |
| 18 | + "expand": "auto", |
| 19 | + "useEditorconfig": true |
| 20 | + }, |
| 21 | + "linter": { "enabled": true, "rules": { "recommended": true } }, |
| 22 | + "javascript": { |
| 23 | + "formatter": { |
| 24 | + "jsxQuoteStyle": "double", |
| 25 | + "quoteProperties": "asNeeded", |
| 26 | + "trailingCommas": "all", |
| 27 | + "semicolons": "always", |
| 28 | + "arrowParentheses": "always", |
| 29 | + "bracketSameLine": false, |
| 30 | + "quoteStyle": "single", |
| 31 | + "attributePosition": "auto", |
| 32 | + "bracketSpacing": true |
| 33 | + } |
| 34 | + }, |
| 35 | + "html": { |
| 36 | + "formatter": { |
| 37 | + "indentScriptAndStyle": false, |
| 38 | + "selfCloseVoidElements": "always" |
| 39 | + } |
| 40 | + }, |
| 41 | + "assist": { |
| 42 | + "enabled": true, |
| 43 | + "actions": { "source": { "organizeImports": "on" } } |
| 44 | + } |
45 | 45 | } |
0 commit comments