Add override for biome's performance lint in tests

This commit is contained in:
Sirz Benjie 2025-03-07 23:04:17 -06:00
parent bca6d931bc
commit 11ab896128
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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"
}
} }
} } }
} }
] ]
} }