Files
markone/biome.json

40 lines
607 B
JSON
Raw Normal View History

2025-05-06 11:00:35 +01:00
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double",
"semicolons": "asNeeded",
"indentStyle": "tab",
"indentWidth": 2,
"lineWidth": 120
}
},
"json": {
"parser": {
"allowComments": true
}
}
}