add tailwind and associated parts to apps/rank

This commit is contained in:
Kim, Jimin 2025-03-17 22:41:56 +09:00
parent c481fcf0c1
commit f59602b18c
Signed by: pomp
GPG key ID: D3932F82A0667A3B
10 changed files with 571 additions and 7 deletions

View file

@ -0,0 +1,5 @@
/** @type {import("prettier").Options} */
module.exports = {
...require("@pompydev/prettier-config"),
plugins: ["prettier-plugin-tailwindcss"],
}