Add no-console as a warning
Signed-off-by: Pedro Ferreira <pedro@dete.st>
This commit is contained in:
parent
26dacde959
commit
23f22d1fa6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
// wrong.
|
||||
"import/first": ["warn"],
|
||||
"indent": ["warn"],
|
||||
"no-console": ["warn"],
|
||||
"no-multiple-empty-lines": ["warn"],
|
||||
"no-multi-spaces": ["warn"],
|
||||
"object-curly-spacing": ["warn"],
|
||||
|
|
Loading…
Reference in a new issue