Files
archived-x-prober/biome.jsonc
2025-12-21 21:12:50 +08:00

17 lines
328 B
JSON

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