Spaces:
Sleeping
Sleeping
| { | |
| "$schema": "https://biomejs.dev/schemas/2.4.16/schema.json", | |
| "vcs": { | |
| "enabled": true, | |
| "clientKind": "git", | |
| "useIgnoreFile": true | |
| }, | |
| "files": { | |
| "ignoreUnknown": false | |
| }, | |
| "formatter": { | |
| "enabled": true, | |
| "indentStyle": "space", | |
| "indentWidth": 2, | |
| "lineWidth": 110 | |
| }, | |
| "linter": { | |
| "enabled": true, | |
| "rules": { | |
| "recommended": true, | |
| "a11y": { | |
| "useKeyWithClickEvents": "off", | |
| "noStaticElementInteractions": "off", | |
| "noNoninteractiveElementInteractions": "off", | |
| "useSemanticElements": "off" | |
| }, | |
| "style": { | |
| "noDescendingSpecificity": "off" | |
| } | |
| } | |
| }, | |
| "javascript": { | |
| "formatter": { | |
| "quoteStyle": "double" | |
| } | |
| }, | |
| "assist": { | |
| "enabled": true, | |
| "actions": { | |
| "source": { | |
| "organizeImports": "on" | |
| } | |
| } | |
| } | |
| } |