diff --git a/.eslintrc.json b/.eslintrc.json index 3c984278..7efc0c03 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,5 +3,8 @@ "next/core-web-vitals", "next/typescript", "plugin:prettier/recommended" - ] -} + ], + "rules": { + "prettier/prettier": "warn" + } +} \ No newline at end of file