mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +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"],
|
||
|
|
};
|