module.exports = { trailingComma: 'es5', semi: true, bracketSpacing: true, singleQuote: true, plugins: ['prettier-plugin-tailwindcss'] };