Skip to content
Snippets Groups Projects
.prettierrc 242 B
Newer Older
{
  "singleQuote": true,
  "trailingComma": "all",
  "printWidth": 100,
  "arrowParens": "avoid",
  "plugins": ["prettier-plugin-tailwindcss"],
  "tailwindConfig": "./tailwind.config.ts",
  "tailwindFunctions": ["twMerge"],
  "tabWidth": 2
}