Created
November 18, 2025 13:51
-
-
Save murka/3713b3b926eecbd2b5352a80126b0ab3 to your computer and use it in GitHub Desktop.
biomejs.dev configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://biomejs.dev/schemas/2.3.6/schema.json", | |
| "vcs": { | |
| "enabled": true, | |
| "clientKind": "git", | |
| "useIgnoreFile": true | |
| }, | |
| "files": { | |
| "ignoreUnknown": false | |
| }, | |
| "formatter": { | |
| "enabled": true, | |
| "indentStyle": "space" | |
| }, | |
| "linter": { | |
| "enabled": true, | |
| "rules": { | |
| "recommended": true | |
| } | |
| }, | |
| "javascript": { | |
| "formatter": { | |
| "quoteStyle": "double" | |
| } | |
| }, | |
| "assist": { | |
| "enabled": true, | |
| "actions": { | |
| "source": { | |
| "organizeImports": { | |
| "level": "on", | |
| "options": { | |
| "groups": [{ "type": true }, "**", ":URL:", ":NODE:"], | |
| "identifierOrder": "natural" | |
| } | |
| }, | |
| "recommended": true | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment