mirror of https://github.com/buster-so/buster.git
17 lines
291 B
JSON
17 lines
291 B
JSON
|
{
|
||
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
||
|
"extends": ["../../biome.json"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"include": ["**/*.ts"],
|
||
|
"linter": {
|
||
|
"rules": {
|
||
|
"suspicious": {
|
||
|
"noConsoleLog": "off"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|