UNPKG

346 BJSONView Raw
1{
2 "tabWidth": 4,
3 "printWidth": 100,
4 "trailingComma": "all",
5 "overrides": [
6 {
7 "files": "*.json",
8 "options": {
9 "parser": "json"
10 }
11 },
12 {
13 "files": "*.scss",
14 "options": {
15 "parser": "scss"
16 }
17 }
18 ]
19}