mirror of
https://github.com/wassname/pi-lgtm.git
synced 2026-06-27 15:16:15 +08:00
97130e1e35
add stop subagents
27 lines
420 B
JSON
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"
|
|
]
|
|
}
|
|
}
|