Files
archived-x-prober/biome.jsonc
2025-08-16 22:42:39 +08:00

16 lines
300 B
JSON

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"linter": {
"rules": {
"complexity": {
"noExcessiveCognitiveComplexity": "off"
},
"security": {
"noDangerouslySetInnerHtml": "off"
}
}
},
"extends": [
"ultracite"
]
}