module.exports = { plugins: ['prettier-plugin-tailwindcss'], singleQuote: true, trailingComma: 'all', printWidth: 80, endOfLine: 'auto', };