mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
🔧 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:
parent
7a92fe2a20
commit
03066dbb70
@ -31,9 +31,7 @@
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"security": {
|
||||
"noGlobalEval": "off"
|
||||
},
|
||||
"security": {},
|
||||
"a11y": {
|
||||
"noSvgWithoutTitle": "off",
|
||||
"useMediaCaption": "off",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user