Merge pull request #2166 from pi-hole/no-else-return

Disable prettiers no-else-return rule
This commit is contained in:
yubiuser
2022-04-08 18:48:00 +02:00
committed by GitHub

View File

@@ -76,6 +76,7 @@
],
"no-alert": "off",
"no-console": "error",
"no-else-return": "off",
"no-negated-condition": "off",
"no-var": "off",
"object-shorthand": "off",