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