Added rules on biome

This commit is contained in:
Patrick Alvin Alcala 2025-11-20 17:33:24 +08:00
parent 1c515a6411
commit d73696cbd2

View file

@ -40,6 +40,13 @@
"a11y": { "a11y": {
"useKeyWithClickEvents": "off", "useKeyWithClickEvents": "off",
"noStaticElementInteractions": "off" "noStaticElementInteractions": "off"
},
"complexity": {
"noUselessFragments": "off"
},
"suspicious": {
"noImplicitAnyLet": "off",
"noImplicitAny": "off"
} }
} }
} }