From b3dfcdc7ed066469074e96d9ca80b0684d185d82 Mon Sep 17 00:00:00 2001 From: Pawel Wolak Date: Fri, 25 Oct 2019 11:25:30 +0200 Subject: Enable eslint no-console rule except for build directory (#29585) --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 0f5a079194..2d4d6b16c1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,6 +28,7 @@ "always-multiline" ], "new-cap": "off", + "no-console": "error", "object-curly-spacing": [ "error", "always" -- cgit v1.2.3