28 lines
447 B
JSON
28 lines
447 B
JSON
{
|
|
"$schema": "./web/node_modules/@biomejs/biome/configuration_schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"formatter": {
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": false,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"json": {
|
|
"parser": {
|
|
"allowComments": true
|
|
}
|
|
},
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true,
|
|
"defaultBranch": "main"
|
|
}
|
|
} |