1
0
Fork 0
hugo-paper/.prettierrc.js
2022-11-15 08:06:02 +08:00

7 lines
162 B
JavaScript

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