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) --- build/.eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/.eslintrc.json b/build/.eslintrc.json index 8709a8b5b..08169ca4c 100644 --- a/build/.eslintrc.json +++ b/build/.eslintrc.json @@ -6,5 +6,8 @@ "parserOptions": { "sourceType": "script" }, - "extends": "../.eslintrc.json" + "extends": "../.eslintrc.json", + "rules": { + "no-console": "off" + } } -- cgit v1.2.3