46 lines
755 B
JSON
46 lines
755 B
JSON
|
|
{
|
||
|
|
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
|
||
|
|
"vcs": {
|
||
|
|
"enabled": true,
|
||
|
|
"clientKind": "git",
|
||
|
|
"useIgnoreFile": true
|
||
|
|
},
|
||
|
|
"files": {
|
||
|
|
"includes": ["**", "!!**/dist", "!!**/dist-test", "!!**/native/npm"]
|
||
|
|
},
|
||
|
|
"formatter": {
|
||
|
|
"enabled": true,
|
||
|
|
"indentStyle": "tab"
|
||
|
|
},
|
||
|
|
"linter": {
|
||
|
|
"enabled": true,
|
||
|
|
"rules": {
|
||
|
|
"recommended": true,
|
||
|
|
"style": {
|
||
|
|
"noNonNullAssertion": "off",
|
||
|
|
"useTemplate": "off"
|
||
|
|
},
|
||
|
|
"suspicious": {
|
||
|
|
"noExplicitAny": "off"
|
||
|
|
},
|
||
|
|
"complexity": {
|
||
|
|
"useLiteralKeys": "off",
|
||
|
|
"useOptionalChain": "off"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"javascript": {
|
||
|
|
"formatter": {
|
||
|
|
"quoteStyle": "double"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"assist": {
|
||
|
|
"enabled": true,
|
||
|
|
"actions": {
|
||
|
|
"source": {
|
||
|
|
"organizeImports": "on"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|