2026-04-29 12:42:31 +02:00
|
|
|
{
|
2026-05-06 11:37:27 +02:00
|
|
|
"$schema": "https://biomejs.dev/schemas/2.4.14/schema.json",
|
2026-04-29 12:42:31 +02:00
|
|
|
"vcs": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"clientKind": "git",
|
|
|
|
|
"useIgnoreFile": true
|
|
|
|
|
},
|
|
|
|
|
"files": {
|
2026-05-02 06:37:36 +02:00
|
|
|
"includes": [
|
2026-05-05 14:27:03 +02:00
|
|
|
"**/*.{js,cjs,mjs,ts,tsx,json,jsonc,css,html}",
|
2026-05-06 14:48:15 +02:00
|
|
|
"!!.vtcode",
|
2026-05-05 14:27:03 +02:00
|
|
|
"!!.sf",
|
|
|
|
|
"!!.omg",
|
2026-05-02 06:37:36 +02:00
|
|
|
"!!**/dist",
|
|
|
|
|
"!!**/dist-test",
|
|
|
|
|
"!!**/rust-engine/npm",
|
2026-05-05 14:27:03 +02:00
|
|
|
"!!**/*.min.js",
|
2026-05-05 14:31:16 +02:00
|
|
|
"!!packages/pi-coding-agent/src/core/export-html/template.css",
|
2026-05-05 14:27:03 +02:00
|
|
|
"!!src/resources/skills/create-sf-extension/templates"
|
2026-05-02 06:37:36 +02:00
|
|
|
]
|
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": {
|
2026-05-05 14:46:18 +02:00
|
|
|
"noUnreachable": "off",
|
|
|
|
|
"useExhaustiveDependencies": "off"
|
|
|
|
|
},
|
|
|
|
|
"a11y": {
|
|
|
|
|
"noLabelWithoutControl": "off",
|
|
|
|
|
"noStaticElementInteractions": "off",
|
|
|
|
|
"noSvgWithoutTitle": "off",
|
|
|
|
|
"useAriaPropsSupportedByRole": "off",
|
|
|
|
|
"useKeyWithClickEvents": "off",
|
|
|
|
|
"useSemanticElements": "off"
|
2026-05-02 06:37:36 +02:00
|
|
|
},
|
2026-04-29 12:42:31 +02:00
|
|
|
"style": {
|
|
|
|
|
"noNonNullAssertion": "off",
|
|
|
|
|
"useTemplate": "off"
|
|
|
|
|
},
|
|
|
|
|
"suspicious": {
|
2026-05-02 06:37:36 +02:00
|
|
|
"noAssignInExpressions": "off",
|
2026-05-05 14:46:18 +02:00
|
|
|
"noArrayIndexKey": "off",
|
2026-05-02 06:37:36 +02:00
|
|
|
"noControlCharactersInRegex": "off",
|
2026-05-05 14:46:18 +02:00
|
|
|
"noDocumentCookie": "off",
|
2026-05-02 06:37:36 +02:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-05-05 14:27:03 +02:00
|
|
|
"css": {
|
|
|
|
|
"parser": {
|
|
|
|
|
"tailwindDirectives": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-04-29 12:42:31 +02:00
|
|
|
"assist": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"actions": {
|
|
|
|
|
"source": {
|
|
|
|
|
"organizeImports": "on"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|