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": {
|
"linter": {
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"security": {
|
||||||
|
"noDangerouslySetInnerHtml": "off"
|
||||||
|
},
|
||||||
"complexity": {
|
"complexity": {
|
||||||
"noUselessCatch": "off",
|
"noUselessCatch": "off",
|
||||||
"noBannedTypes": "off"
|
"noBannedTypes": "off"
|
||||||
|
|||||||
Reference in New Issue
Block a user