UNPKG

174 BPlain TextView Raw
1{
2 "singleQuote": true,
3 "trailingComma": "es5",
4 "printWidth": 80,
5 "overrides": [
6 {
7 "files": ".prettierrc",
8 "options": { "parser": "json" }
9 }
10 ]
11}