.prettierrc.cjs 89 B

1234
  1. module.exports = {
  2. semi: false,
  3. plugins: [require("prettier-plugin-tailwindcss")],
  4. }