Files
gebos-landing/prettier.config.js
T
Lars Nolden 5e0a26677e initial
2026-06-23 21:17:01 +02:00

7 lines
143 B
JavaScript

/** @type {import('prettier').Options} */
module.exports = {
singleQuote: true,
semi: false,
plugins: ['prettier-plugin-tailwindcss'],
}