UNPKG

239 BPlain TextView Raw
1{
2 "singleQuote": true,
3 "trailingComma": "all",
4 "printWidth": 100,
5 "proseWrap": "never",
6 "arrowParens": "avoid",
7 "overrides": [
8 {
9 "files": ".prettierrc",
10 "options": {
11 "parser": "json"
12 }
13 }
14 ]
15}