prettier.config.js

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