diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-04 18:24:30 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-04 18:24:33 -0500 |
commit | c0fbdecd4d5ae7bee261bde184970755458f894f (patch) | |
tree | 7808ae6cd5256ed85421b5b6b9c9ddac0887c4c8 /.eslintrc.json | |
parent | dcddbee07e20163ae167dd67fe58f0776f9acb64 (diff) |
Restore no-console warn
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 83e7ffe6..d0320792 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -61,7 +61,7 @@ "no-case-declarations": "error", "no-const-assign": "error", "no-constant-condition": "off", - "no-console": "off", + "no-console": "warn", "no-global-assign": "error", "no-param-reassign": "off", "no-prototype-builtins": "error", |