docs/prettier.config.js

7 lines
150 B
JavaScript
Raw Normal View History

2024-07-22 11:49:47 +02:00
/** @type {import('prettier').Options} */
module.exports = {
singleQuote: true,
semi: false,
plugins: ["prettier-plugin-tailwindcss"],
};