1
0
Fork 0
hugo-paper/.prettierrc.js
2023-08-15 04:41:40 +08:00

7 lines
153 B
JavaScript

module.exports = {
singleQuote: true,
// https://github.com/tailwindlabs/prettier-plugin-tailwindcss
plugins: ['prettier-plugin-tailwindcss'],
};