From b0cec3368f773debb1fdb1d86c4ef281aa467bff Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 15 Sep 2020 17:15:33 +0200 Subject: [PATCH] root: Allow console.table in lint rules --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 47b3af2f5e..b16ae63f26 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,7 +22,7 @@ module.exports = { rules: { curly: ["warn", "multi-line", "consistent"], "no-bitwise": "warn", - "no-console": ["warn", { allow: ["error", "info", "warn"] }], + "no-console": ["warn", { allow: ["error", "info", "table", "warn"] }], "no-param-reassign": "warn", "no-shadow": "warn", "no-unused-vars": "off", // disabled in favour of @typescript-eslint/no-unused-vars, see https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-unused-vars.md