mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 07:12:32 +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"],
|
||||
"javascript": { "globals": [] },
|
||||
"linter": { "rules": {
|
||||
"performance": {
|
||||
"noDelete": "off"
|
||||
"linter": {
|
||||
"rules": {
|
||||
"performance": {
|
||||
"noDelete": "off"
|
||||
}
|
||||
}
|
||||
} }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user