Created
May 5, 2025 07:06
-
-
Save zzzarius/d78af75f68e77b7d25f4ee2b703b52aa to your computer and use it in GitHub Desktop.
Biome config
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/1.9.4/schema.json", | |
"vcs": { | |
"enabled": true, | |
"clientKind": "git", | |
"useIgnoreFile": true | |
}, | |
"files": { | |
"ignoreUnknown": false, | |
"ignore": [] | |
}, | |
"formatter": { | |
"enabled": true, | |
"indentStyle": "space", | |
"indentWidth": 2 | |
}, | |
"organizeImports": { | |
"enabled": true | |
}, | |
"linter": { | |
"enabled": true, | |
"rules": { | |
"recommended": true | |
} | |
}, | |
"javascript": { | |
"formatter": { | |
"quoteStyle": "double" | |
} | |
}, | |
"overrides": [ | |
{ | |
"include": ["*.astro"], | |
"linter": { | |
"rules": { | |
"style": { | |
"useConst": "off", | |
"useImportType": "off" | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
package.json
scripts: