mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
|
|
"linter": {
|
|
"rules": {
|
|
"complexity": {
|
|
"noExcessiveCognitiveComplexity": "off"
|
|
},
|
|
"security": {
|
|
"noDangerouslySetInnerHtml": "off"
|
|
}
|
|
}
|
|
},
|
|
"extends": [
|
|
"ultracite"
|
|
]
|
|
} |