chore: fix prettier plugin
This commit is contained in:
parent
c17aa9dafa
commit
e81efcdb47
1 changed files with 4 additions and 4 deletions
11
apps/www/.prettierrc.mjs
Normal file
11
apps/www/.prettierrc.mjs
Normal file
|
@ -0,0 +1,11 @@
|
|||
import pompydevPrettierConfig from "@pompydev/prettier-config" with { type: "json" }
|
||||
|
||||
/** @type {import("prettier").Options} */
|
||||
export default {
|
||||
...pompydevPrettierConfig,
|
||||
plugins: ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
||||
overrides: [
|
||||
...pompydevPrettierConfig.overrides,
|
||||
{ files: "*.svelte", options: { parser: "svelte" } },
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue