2026-04-29 12:42:31 +02:00
|
|
|
{
|
|
|
|
|
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
|
|
|
|
|
"vcs": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"clientKind": "git",
|
|
|
|
|
"useIgnoreFile": true
|
|
|
|
|
},
|
|
|
|
|
"files": {
|
2026-05-02 06:37:36 +02:00
|
|
|
"includes": [
|
|
|
|
|
"**",
|
|
|
|
|
"!!**/dist",
|
|
|
|
|
"!!**/dist-test",
|
|
|
|
|
"!!**/rust-engine/npm",
|
|
|
|
|
"!!src/resources/skills/create-sf-extension/templates/**"
|
|
|
|
|
]
|
2026-04-29 12:42:31 +02:00
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "tab"
|
|
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true,
|
2026-05-02 06:37:36 +02:00
|
|
|
"correctness": {
|
|
|
|
|
"noUnreachable": "off"
|
|
|
|
|
},
|
2026-04-29 12:42:31 +02:00
|
|
|
"style": {
|
|
|
|
|
"noNonNullAssertion": "off",
|
|
|
|
|
"useTemplate": "off"
|
|
|
|
|
},
|
|
|
|
|
"suspicious": {
|
2026-05-02 06:37:36 +02:00
|
|
|
"noAssignInExpressions": "off",
|
|
|
|
|
"noControlCharactersInRegex": "off",
|
|
|
|
|
"noDuplicateTestHooks": "off",
|
|
|
|
|
"noExplicitAny": "off",
|
|
|
|
|
"noImplicitAnyLet": "off",
|
|
|
|
|
"useIterableCallbackReturn": "off"
|
2026-04-29 12:42:31 +02:00
|
|
|
},
|
|
|
|
|
"complexity": {
|
|
|
|
|
"useLiteralKeys": "off",
|
|
|
|
|
"useOptionalChain": "off"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"quoteStyle": "double"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"assist": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"actions": {
|
|
|
|
|
"source": {
|
|
|
|
|
"organizeImports": "on"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|