32 lines
548 B
JSON
32 lines
548 B
JSON
|
|
{
|
||
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
||
|
|
"vcs": {
|
||
|
|
"enabled": true,
|
||
|
|
"clientKind": "git",
|
||
|
|
"useIgnoreFile": true
|
||
|
|
},
|
||
|
|
"organizeImports": {
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
"linter": {
|
||
|
|
"enabled": true,
|
||
|
|
"rules": {
|
||
|
|
"recommended": true,
|
||
|
|
"style": {
|
||
|
|
"noNonNullAssertion": "warn"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"formatter": {
|
||
|
|
"enabled": true,
|
||
|
|
"indentStyle": "tab",
|
||
|
|
"lineWidth": 100
|
||
|
|
},
|
||
|
|
"javascript": {
|
||
|
|
"formatter": {
|
||
|
|
"quoteStyle": "double",
|
||
|
|
"semicolons": "always"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|