UNPKG

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