48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"extends": [
|
|
"ultracite"
|
|
],
|
|
"linter": {
|
|
"rules": {
|
|
"style": {
|
|
"noParameterProperties": "off",
|
|
"noNonNullAssertion": "off"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off"
|
|
},
|
|
"a11y": {
|
|
"noSvgWithoutTitle": "off"
|
|
},
|
|
"complexity": {
|
|
"noBannedTypes": "off"
|
|
},
|
|
"nursery": {
|
|
"useConsistentMemberAccessibility": "off"
|
|
}
|
|
}
|
|
},
|
|
"files": {
|
|
"ignore": [
|
|
".vscode/*.json"
|
|
]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"include": [
|
|
"apps/playground/**"
|
|
],
|
|
"linter": {
|
|
"rules": {
|
|
"suspicious": {
|
|
"noConsole": "off"
|
|
},
|
|
"performance": {
|
|
"useTopLevelRegex": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |