79 lines
1.6 KiB
JSON
79 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
},
|
|
"files": {
|
|
"includes": [
|
|
"**/*.{js,cjs,mjs,ts,tsx,json,jsonc,css,html}",
|
|
"!!.sf",
|
|
"!!.omg",
|
|
"!!**/dist",
|
|
"!!**/dist-test",
|
|
"!!**/rust-engine/npm",
|
|
"!!**/*.min.js",
|
|
"!!packages/pi-coding-agent/src/core/export-html/template.css",
|
|
"!!src/resources/skills/create-sf-extension/templates"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "tab"
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"correctness": {
|
|
"noUnreachable": "off",
|
|
"useExhaustiveDependencies": "off"
|
|
},
|
|
"a11y": {
|
|
"noLabelWithoutControl": "off",
|
|
"noStaticElementInteractions": "off",
|
|
"noSvgWithoutTitle": "off",
|
|
"useAriaPropsSupportedByRole": "off",
|
|
"useKeyWithClickEvents": "off",
|
|
"useSemanticElements": "off"
|
|
},
|
|
"style": {
|
|
"noNonNullAssertion": "off",
|
|
"useTemplate": "off"
|
|
},
|
|
"suspicious": {
|
|
"noAssignInExpressions": "off",
|
|
"noArrayIndexKey": "off",
|
|
"noControlCharactersInRegex": "off",
|
|
"noDocumentCookie": "off",
|
|
"noDuplicateTestHooks": "off",
|
|
"noExplicitAny": "off",
|
|
"noImplicitAnyLet": "off",
|
|
"useIterableCallbackReturn": "off"
|
|
},
|
|
"complexity": {
|
|
"useLiteralKeys": "off",
|
|
"useOptionalChain": "off"
|
|
}
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "double"
|
|
}
|
|
},
|
|
"css": {
|
|
"parser": {
|
|
"tailwindDirectives": true
|
|
}
|
|
},
|
|
"assist": {
|
|
"enabled": true,
|
|
"actions": {
|
|
"source": {
|
|
"organizeImports": "on"
|
|
}
|
|
}
|
|
}
|
|
}
|