mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
Add override for biome's performance lint in tests
This commit is contained in:
parent
bca6d931bc
commit
11ab896128
10
biome.jsonc
10
biome.jsonc
@ -91,11 +91,13 @@
|
|||||||
{
|
{
|
||||||
"include": ["test/**/*.test.ts"],
|
"include": ["test/**/*.test.ts"],
|
||||||
"javascript": { "globals": [] },
|
"javascript": { "globals": [] },
|
||||||
"linter": { "rules": {
|
"linter": {
|
||||||
"performance": {
|
"rules": {
|
||||||
"noDelete": "off"
|
"performance": {
|
||||||
|
"noDelete": "off"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} }
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user