1
0
Fork 0
hugo-paper/.prettierrc.js
2022-07-18 23:36:23 +08:00

8 lines
181 B
JavaScript

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