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

8 lines
181 B
JavaScript
Raw Normal View History

2021-08-23 22:07:54 +02:00
module.exports = {
2022-07-18 17:36:23 +02:00
printWidth: 100,
2021-08-23 22:07:54 +02:00
singleQuote: true,
2022-07-18 17:36:23 +02:00
// https://github.com/tailwindlabs/prettier-plugin-tailwindcss
plugins: [require('prettier-plugin-tailwindcss')],
2021-08-23 22:07:54 +02:00
};