mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02: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'],
|
|
}
|