diff --git a/.eslintrc.json b/.eslintrc.json index 04c5cbc5..6e3c5b31 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,7 +19,7 @@ "plugins": ["react"], "rules": { "prettier/prettier": [ - "error", + "warn", { "endOfLine": "auto" },