mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
/** @type {import('prettier').Options} */
|
|
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
plugins: ['prettier-plugin-tailwindcss'],
|
|
}
|