ERPTurbo_Client/packages/app-client/prettier.config.js
2025-11-03 10:24:10 +08:00

6 lines
129 B
JavaScript

// prettier.config.js
module.exports = {
plugins: ['prettier-plugin-tailwindcss'],
tailwindConfig: './tailwind.config.js',
}