mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
/** @type {import('prettier').Options} */
|
|
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
tabWidth: 4,
|
|
useTabs: true,
|
|
plugins: ["prettier-plugin-tailwindcss"],
|
|
};
|