fix: prettier frontend

This commit is contained in:
Calum H. (IMB11) 2025-08-01 15:16:32 +01:00 committed by Calum H.
parent e7f940daa1
commit 3f91b55636
2 changed files with 2 additions and 5 deletions

View File

@ -1,4 +0,0 @@
{
"endOfLine": "auto",
"plugins": ["prettier-plugin-tailwindcss"]
}

View File

@ -71,5 +71,6 @@
"vue3-apexcharts": "^1.5.2", "vue3-apexcharts": "^1.5.2",
"xss": "^1.0.14" "xss": "^1.0.14"
}, },
"web-types": "../../web-types.json" "web-types": "../../web-types.json",
"prettier": "@modrinth/tooling-config/prettier.nuxt.config.js"
} }