mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-13 19:09:49 +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