.prettierrc.json 171 Bytes
Newer Older
bailuo's avatar
init  
bailuo committed
1
2
3
4
5
6
7
8
9
{
  "arrowParens": "avoid",
  "bracketSameLine": true,
  "bracketSpacing": false,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "all",
  "endOfLine": "auto"
}