diff --git a/.eslintrc.json b/.eslintrc.json index 10b89fb05..93807e75b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,8 @@ "extends": ["eslint-config-postcss", "prettier"], "plugins": ["prettier"], "rules": { - "no-unused-vars": [2, {"args": "all", "argsIgnorePattern": "^_"}], + "no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }], + "no-warning-comments": 0, "prettier/prettier": [ "error", {