Comet landing page.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 93cd07dcabb1ff9e3ef77aadec3b8e2703eec6c1 12 lines 295 B view raw
1/** @type {import('@types/prettier').Options} */ 2module.exports = { 3 plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss"], 4 proseWrap: "always", 5 htmlWhitespaceSensitivity: "ignore", 6 overrides: [ 7 { 8 files: "*.astro", 9 options: { parser: "astro" }, 10 }, 11 ], 12};