mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: add new rule
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
},
|
||||
"linter": {
|
||||
"rules": {
|
||||
"security": {
|
||||
"noDangerouslySetInnerHtml": "off"
|
||||
},
|
||||
"complexity": {
|
||||
"noUselessCatch": "off",
|
||||
"noBannedTypes": "off"
|
||||
|
||||
Reference in New Issue
Block a user