Skip to content
Snippets Groups Projects
.prettierrc 92 B
Newer Older
Cliff Li's avatar
Cliff Li committed
{
  "printWidth": 100,
  "parser": "flow",
  "singleQuote": true,
  "trailingComma": "es5"
}