mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
8 lines
122 B
JavaScript
8 lines
122 B
JavaScript
/** @type {import("prettier").Config} */
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
'prettier-plugin-tailwindcss'
|
|
]
|
|
}
|