Files
website/prettier.config.js
T

7 lines
143 B
JavaScript
Raw Normal View History

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