.prettierrc.cjs 80 B

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