diff --git a/apps/frontend/.prettierrc b/apps/frontend/.prettierrc deleted file mode 100644 index 8c662d196..000000000 --- a/apps/frontend/.prettierrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "endOfLine": "auto", - "plugins": ["prettier-plugin-tailwindcss"] -} diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 011eafb64..0414c145f 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -71,5 +71,6 @@ "vue3-apexcharts": "^1.5.2", "xss": "^1.0.14" }, - "web-types": "../../web-types.json" + "web-types": "../../web-types.json", + "prettier": "@modrinth/tooling-config/prettier.nuxt.config.js" }