Created
September 13, 2024 08:52
-
-
Save nakasyou/cd9086d97bb507f589b82a1c40c78643 to your computer and use it in GitHub Desktop.
My biome
This file contains 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.8.3/schema.json", | |
"organizeImports": { | |
"enabled": true | |
}, | |
"linter": { | |
"enabled": true, | |
"rules": { | |
"recommended": true | |
} | |
}, | |
"formatter": { | |
"indentStyle": "space", | |
"indentWidth": 2 | |
}, | |
"javascript": { | |
"formatter": { | |
"semicolons": "asNeeded", | |
"quoteStyle": "single" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment