modernize prettier config

This commit is contained in:
Kim, Jimin 2025-06-07 12:47:48 +09:00
parent 99da2743d2
commit e398d8bf1e
Signed by: pomp
GPG key ID: D3932F82A0667A3B
12 changed files with 43 additions and 27 deletions

View file

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