mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
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.
|
// wrong.
|
||||||
"import/first": ["warn"],
|
"import/first": ["warn"],
|
||||||
"indent": ["warn"],
|
"indent": ["warn"],
|
||||||
|
"no-console": ["warn"],
|
||||||
"no-multiple-empty-lines": ["warn"],
|
"no-multiple-empty-lines": ["warn"],
|
||||||
"no-multi-spaces": ["warn"],
|
"no-multi-spaces": ["warn"],
|
||||||
"object-curly-spacing": ["warn"],
|
"object-curly-spacing": ["warn"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue