diff --git a/.eslintrc.js b/.eslintrc.js
index 1405940ed6d274595b90e54e638005923fe62f80..b1e3f4cefc1bfcefbf35a01bf63d67d0b46da654 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -12,6 +12,7 @@ module.exports = {
     parser: "@babel/eslint-parser",
   },
   rules: {
+    "prettier/prettier": "warn",
     "no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
     "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
   },