mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
/** @type {import('prettier').Options} */
|
|
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
plugins: ["prettier-plugin-tailwindcss"],
|
|
};
|