Skip to content
Snippets Groups Projects
.prettierrc 133 B
Newer Older
Matt Burton's avatar
Matt Burton committed
{
  "printWidth": 100,
  "trailingComma": "none",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true,
  "jsxSingleQuote": true
}