module.exports = { singleQuote: true, semi: false, tabWidth: 4, useTabs: false, plugins: [import('prettier-plugin-tailwindcss')], }