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