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": {
"rules": {
"security": {
"noDangerouslySetInnerHtml": "off"
},
"complexity": {
"noUselessCatch": "off",
"noBannedTypes": "off"