From 42aefb1fd41e2fcdc25b0838d03f97b5c0b7e4e0 Mon Sep 17 00:00:00 2001 From: jordanpowell88 Date: Thu, 1 Jun 2023 11:02:37 -0400 Subject: [PATCH] chore: remove no-console rule in root eslintrc --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5c469c301940..12aa005137ac 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -57,7 +57,6 @@ module.exports = { rules: { 'no-restricted-properties': 'off', 'no-restricted-syntax': 'off', - 'no-console': 'off', }, }, ],