west-sound-hall/prettier.config.js

7 lines
142 B
JavaScript
Raw Normal View History

2023-11-15 19:42:05 -08:00
/** @type {import('prettier').Options} */
module.exports = {
singleQuote: true,
2023-11-26 09:36:23 -08:00
semi: true,
2023-11-15 19:42:05 -08:00
plugins: ['prettier-plugin-tailwindcss'],
}