chore: add new rule

This commit is contained in:
Mauricio Siu
2024-09-05 11:21:54 -06:00
parent e588551c33
commit bcbc5da30e

View File

@@ -8,6 +8,9 @@
}, },
"linter": { "linter": {
"rules": { "rules": {
"security": {
"noDangerouslySetInnerHtml": "off"
},
"complexity": { "complexity": {
"noUselessCatch": "off", "noUselessCatch": "off",
"noBannedTypes": "off" "noBannedTypes": "off"