From: XhmikosR Date: Fri, 25 Oct 2019 09:27:35 +0000 (+0300) Subject: Backport #29585 X-Git-Tag: v4.4.0~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ecfa6a343c84324bab9306710cc93f77b86b22d;p=thirdparty%2Fbootstrap.git Backport #29585 Enable eslint no-console rule except for build directory --- diff --git a/.eslintrc.json b/.eslintrc.json index bfd2d333ae..e97ed0b0c6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,6 +29,7 @@ "guard-for-in": "error", "no-alert": "error", "no-caller": "error", + "no-console": "error", "no-div-regex": "error", "no-else-return": "error", "no-empty-function": "error",