🔧 remove noGlobalEval biome override (#2392)

## Summary
- remove the noGlobalEval security rule override from biome.json

## Validation
- bun format-and-lint:fix
- bun check
This commit is contained in:
Baptiste Arnaud 2026-02-12 15:51:05 +01:00 committed by GitHub
parent 7a92fe2a20
commit 03066dbb70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,9 +31,7 @@
"enabled": true,
"rules": {
"recommended": true,
"security": {
"noGlobalEval": "off"
},
"security": {},
"a11y": {
"noSvgWithoutTitle": "off",
"useMediaCaption": "off",