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

7 lines
153 B
JavaScript
Raw Normal View History

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