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 }]