|
1 | 1 | { |
2 | | - "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json", |
3 | | - "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, |
4 | | - "files": { "ignoreUnknown": false, "includes": ["**", "!**/dist/**"] }, |
5 | | - "formatter": { |
6 | | - "enabled": true, |
7 | | - "useEditorconfig": true, |
8 | | - "formatWithErrors": false, |
9 | | - "indentStyle": "tab", |
10 | | - "indentWidth": 2, |
11 | | - "lineEnding": "lf", |
12 | | - "lineWidth": 100, |
13 | | - "attributePosition": "auto", |
14 | | - "bracketSpacing": true, |
15 | | - "includes": [ |
16 | | - "**", |
17 | | - "!**/.github/workflows/**/*.yml", |
18 | | - "!**/.changeset/**/*.md", |
19 | | - "!**/pnpm-lock.yaml", |
20 | | - "!**/package.json" |
21 | | - ] |
22 | | - }, |
23 | | - "assist": { "actions": { "source": { "organizeImports": "on" } } }, |
24 | | - "linter": { |
25 | | - "enabled": true, |
26 | | - "rules": { "recommended": true, "suspicious": { "noExplicitAny": "off" } } |
27 | | - }, |
28 | | - "javascript": { |
29 | | - "formatter": { |
30 | | - "jsxQuoteStyle": "double", |
31 | | - "quoteProperties": "asNeeded", |
32 | | - "trailingCommas": "es5", |
33 | | - "semicolons": "always", |
34 | | - "arrowParentheses": "always", |
35 | | - "bracketSameLine": false, |
36 | | - "quoteStyle": "single", |
37 | | - "attributePosition": "auto", |
38 | | - "bracketSpacing": true |
39 | | - } |
40 | | - }, |
41 | | - "overrides": [ |
42 | | - { |
43 | | - "includes": ["**/*.json", "**/*.toml", "**/*.yml"], |
44 | | - "formatter": { "indentStyle": "space" } |
45 | | - } |
46 | | - ] |
| 2 | + "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json", |
| 3 | + "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, |
| 4 | + "files": { "ignoreUnknown": false, "includes": ["**", "!**/dist/**"] }, |
| 5 | + "formatter": { |
| 6 | + "enabled": true, |
| 7 | + "useEditorconfig": true, |
| 8 | + "formatWithErrors": false, |
| 9 | + "indentStyle": "tab", |
| 10 | + "indentWidth": 2, |
| 11 | + "lineEnding": "lf", |
| 12 | + "lineWidth": 100, |
| 13 | + "attributePosition": "auto", |
| 14 | + "bracketSpacing": true, |
| 15 | + "includes": [ |
| 16 | + "**", |
| 17 | + "!**/.github/workflows/**/*.yml", |
| 18 | + "!**/.changeset/**/*.md", |
| 19 | + "!**/pnpm-lock.yaml", |
| 20 | + "!**/package.json" |
| 21 | + ] |
| 22 | + }, |
| 23 | + "assist": { "actions": { "source": { "organizeImports": "on" } } }, |
| 24 | + "linter": { |
| 25 | + "enabled": true, |
| 26 | + "rules": { "recommended": true, "suspicious": { "noExplicitAny": "off" } } |
| 27 | + }, |
| 28 | + "javascript": { |
| 29 | + "formatter": { |
| 30 | + "jsxQuoteStyle": "double", |
| 31 | + "quoteProperties": "asNeeded", |
| 32 | + "trailingCommas": "es5", |
| 33 | + "semicolons": "always", |
| 34 | + "arrowParentheses": "always", |
| 35 | + "bracketSameLine": false, |
| 36 | + "quoteStyle": "single", |
| 37 | + "attributePosition": "auto", |
| 38 | + "bracketSpacing": true |
| 39 | + } |
| 40 | + }, |
| 41 | + "overrides": [ |
| 42 | + { |
| 43 | + "includes": ["**/*.json", "**/*.toml", "**/*.yml"], |
| 44 | + "formatter": { "indentStyle": "space" } |
| 45 | + } |
| 46 | + ] |
47 | 47 | } |
0 commit comments