diff --git a/.eslintrc.json b/.eslintrc.json index c26b549..c9645fd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,8 +6,7 @@ }, "extends": ["eslint:recommended", "plugin:prettier/recommended"], "rules": { - "prettier/prettier": "error", - "no-console": "warn" + "prettier/prettier": "error" }, "parserOptions": { "ecmaVersion": 8