1
0
Fork 0
hugo-paper/.prettierrc.js

7 lines
153 B
JavaScript

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