/** @type {import('prettier').Options} */ module.exports = { singleQuote: true, semi: false, plugins: ["prettier-plugin-tailwindcss"], };