Files
pi-lgtm/biome.json
tintinweb 97130e1e35 add biome
add stop subagents
2026-03-22 14:51:07 +01:00

27 lines
420 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.4.8/schema.json",
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"recommended": false
},
"suspicious": {
"noExplicitAny": "off",
"noControlCharactersInRegex": "off",
"noEmptyInterface": "off"
}
}
},
"formatter": {
"enabled": false
},
"files": {
"includes": [
"src/**/*.ts",
"test/**/*.ts"
]
}
}