Browse Source

style: remove no-console rule

rule had no real effect, as pretty much all methods were allowed again.

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
pull/3852/head
dw-0 11 months ago
parent
commit
d9bcdd727d
  1. 26
      .eslintrc.json

26
.eslintrc.json

@ -77,32 +77,6 @@
"import/no-deprecated": "warn",
"no-bitwise": "error",
"no-caller": "error",
"no-console": [
"error",
{
"allow": [
"log",
"warn",
"dir",
"timeLog",
"assert",
"clear",
"count",
"countReset",
"group",
"groupEnd",
"table",
"dirxml",
"error",
"groupCollapsed",
"Console",
"profile",
"profileEnd",
"timeStamp",
"context"
]
}
],
"no-debugger": "error",
"no-empty": "off",
"no-eval": "error",

Loading…
Cancel
Save