add tailwind and associated parts to apps/rank
This commit is contained in:
parent
c481fcf0c1
commit
f59602b18c
10 changed files with 571 additions and 7 deletions
5
apps/rank/.prettierrc.cjs
Normal file
5
apps/rank/.prettierrc.cjs
Normal file
|
@ -0,0 +1,5 @@
|
|||
/** @type {import("prettier").Options} */
|
||||
module.exports = {
|
||||
...require("@pompydev/prettier-config"),
|
||||
plugins: ["prettier-plugin-tailwindcss"],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue