From 128415767392de14413d675bdfb0dbaf71c02db8 Mon Sep 17 00:00:00 2001 From: prlanzarin <4529051+prlanzarin@users.noreply.github.com> Date: Thu, 12 May 2022 17:01:36 +0000 Subject: [PATCH] chore: tune down some linter warnings --- .eslintrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index d7e625f7..fbdafe18 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -6,8 +6,8 @@ extends: eslint:recommended parserOptions: ecmaVersion: 13 rules: - no-console: "error" - consistent-return: "error" + no-console: "warn" + consistent-return: "warn" no-trailing-spaces: "warn" no-whitespace-before-property: "warn" no-multiple-empty-lines: ["warn", { max: 1 }]