fix failing tests

This commit is contained in:
Kim, Jimin 2025-03-18 18:47:33 +09:00
parent fb64fa1397
commit 85ec58d126
Signed by: pomp
GPG key ID: D3932F82A0667A3B
3 changed files with 5 additions and 2 deletions

View file

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