module.exports = { singleQuote: true, trailingComma: 'all', printWidth: 120, semi: false, plugins: [require('prettier-plugin-tailwindcss')], }