prettier.config.js 75 B

123
  1. module.exports = {
  2. plugins: [require("prettier-plugin-tailwindcss")],
  3. };