From 4d7e638b543c89f7ef4048668aef1cf223910702 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 10 Nov 2020 21:25:26 -0500 Subject: [PATCH] chore: Remove passing no-console --- .eslintrc.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index eaebab0daf..367838f05b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -34,9 +34,6 @@ "files": "scripts/*.js", "env": { "node": true - }, - "rules": { - "no-console": 0 } } ]