|
| 1 | +{ |
| 2 | + "$schema": "https://biomejs.dev/schemas/2.4.16/schema.json", |
| 3 | + "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, |
| 4 | + "files": { |
| 5 | + "ignoreUnknown": false, |
| 6 | + "includes": [ |
| 7 | + "**", |
| 8 | + "!**/LICENSE", |
| 9 | + "!**/public", |
| 10 | + "!**/pnpm-lock.yaml", |
| 11 | + "!**/justfile", |
| 12 | + "!**/README.md", |
| 13 | + "!legacy", |
| 14 | + "!turbo.jsonc", |
| 15 | + "!apps/polycentric/build", |
| 16 | + "!apps/polycentric/android", |
| 17 | + "!apps/polycentric/ios", |
| 18 | + "!packages/react-native/android", |
| 19 | + "!packages/react-native/ios", |
| 20 | + "!packages/react-native/lib", |
| 21 | + "!packages/react-native/src/generated", |
| 22 | + "!packages/react-native/src/Native*", |
| 23 | + "!packages/react-native/src/uniffi-init.tsx", |
| 24 | + "!apps/polycentric/.expo", |
| 25 | + "!apps/polycentric/expo-env.d.ts", |
| 26 | + "!packages/rs-core", |
| 27 | + "!packages/rs-core-wasm-browser", |
| 28 | + "!packages/rs-core-wasm-node", |
| 29 | + "!packages/js-core/src/proto/polycentric.ts", |
| 30 | + "!packages/js-core/src/proto/polycentric/v2", |
| 31 | + "!**/rust_modules" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "formatter": { |
| 35 | + "enabled": true, |
| 36 | + "formatWithErrors": false, |
| 37 | + "indentStyle": "space", |
| 38 | + "indentWidth": 2, |
| 39 | + "lineEnding": "lf", |
| 40 | + "lineWidth": 80, |
| 41 | + "attributePosition": "auto", |
| 42 | + "bracketSameLine": false, |
| 43 | + "bracketSpacing": true, |
| 44 | + "expand": "auto", |
| 45 | + "useEditorconfig": true |
| 46 | + }, |
| 47 | + "linter": { "enabled": false, "rules": { "recommended": true } }, |
| 48 | + "javascript": { |
| 49 | + "formatter": { |
| 50 | + "jsxQuoteStyle": "double", |
| 51 | + "quoteProperties": "asNeeded", |
| 52 | + "trailingCommas": "all", |
| 53 | + "semicolons": "always", |
| 54 | + "arrowParentheses": "always", |
| 55 | + "bracketSameLine": false, |
| 56 | + "quoteStyle": "single", |
| 57 | + "attributePosition": "auto", |
| 58 | + "bracketSpacing": true |
| 59 | + } |
| 60 | + }, |
| 61 | + "html": { |
| 62 | + "formatter": { |
| 63 | + "indentScriptAndStyle": false, |
| 64 | + "selfCloseVoidElements": "always" |
| 65 | + } |
| 66 | + }, |
| 67 | + "assist": { |
| 68 | + "enabled": true, |
| 69 | + "actions": { "source": { "organizeImports": "off" } } |
| 70 | + } |
| 71 | +} |
0 commit comments