From 7ecfa6a343c84324bab9306710cc93f77b86b22d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 25 Oct 2019 12:27:35 +0300 Subject: [PATCH] Backport #29585 Enable eslint no-console rule except for build directory --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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",