readest/.prettierrc.json
2024-10-12 20:59:44 +02:00

9 lines
178 B
JSON

{
"trailingComma": "all",
"printWidth": 100,
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"plugins": ["prettier-plugin-tailwindcss"]
}