diff --git a/.prettierrc.json b/.prettierrc.json index 1ceb0a99d..1f4372bb2 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -5,6 +5,5 @@ "endOfLine": "lf", "printWidth": 120, "trailingComma": "none", - "bracketSpacing": true, - "plugins": ["prettier-plugin-tailwindcss"] + "bracketSpacing": true }