5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
// prettier.config.js
|
|
module.exports = {
|
|
plugins: [require('prettier-plugin-tailwindcss')],
|
|
tailwindConfig: './tailwind.config.js',
|
|
} |