From e9fb061704f703956a4a9a7a6dcd46e5205b7e66 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 8 Feb 2017 13:45:27 +0100 Subject: [PATCH] Remove no-console eslint rule --- package.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/package.json b/package.json index ea818b24df..d622507851 100644 --- a/package.json +++ b/package.json @@ -89,15 +89,6 @@ "openlayers-internal" ], "rules": { - "no-console": [ - 2, - { - "allow": [ - "assert", - "warn" - ] - } - ], "no-constant-condition": 0, "openlayers-internal/enum": 2, "openlayers-internal/no-duplicate-requires": 2,