6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
// prettier.config.js
|
|
module.exports = {
|
|
plugins: ['prettier-plugin-tailwindcss'],
|
|
tailwindConfig: './tailwind.config.js',
|
|
}
|