Files
newsletter-hackernews/.prettierrc
2023-11-29 19:44:39 +01:00

11 lines
204 B
Plaintext

{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80,
"jsxSingleQuote": true,
"tabWidth": 2,
"arrowParens": "avoid",
"plugins": ["prettier-plugin-tailwindcss"]
}