Enable ESLint's no-console rule

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-26 19:48:19 +03:00
parent ac8ece7d05
commit e1e0fc695d

View File

@@ -72,6 +72,7 @@
}
],
"no-alert": "off",
"no-console": "error",
"no-negated-condition": "off",
"one-var": "off",
"radix": "off",