fix prettier config import error
This commit is contained in:
parent
ca9817102f
commit
d96a9f52c9
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
/** @type {import("prettier").Options} */
|
|
||||||
export default {
|
|
||||||
...import("@pompydev/prettier-config"),
|
|
||||||
plugins: ["prettier-plugin-tailwindcss"],
|
|
||||||
}
|
|
7
apps/list/.prettierrc.js
Normal file
7
apps/list/.prettierrc.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import pompydevPrettierConfig from "@pompydev/prettier-config" with { type: "json" }
|
||||||
|
|
||||||
|
/** @type {import("prettier").Options} */
|
||||||
|
export default {
|
||||||
|
...pompydevPrettierConfig,
|
||||||
|
plugins: ["prettier-plugin-tailwindcss"],
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue