diff --git a/.eslintrc b/.eslintrc index f0764d2..0f6064d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -5,4 +5,4 @@ rules: "semi": ["error", "always"] "no-undef": 0 - "no-console": ["error", { allow: ["warn", "error"] }] + "no-console": ["warn", { allow: ["warn", "error"] }]