pastel.codes/.prettierrc.json

9 lines
157 B
JSON
Raw Normal View History

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