UNPKG

395 BJSONView Raw
1{
2 "tabWidth": 2,
3 "printWidth": 120,
4 "semi": false,
5 "trailingComma": "es5",
6 "singleQuote": true,
7 "overrides": [
8 {
9 "files": "*.ts",
10 "options": {
11 "tabWidth": 4
12 }
13 },
14 {
15 "files": "{tsconfig.json,.vscode/**/*.json}",
16 "options": {
17 "parser": "json5",
18 "singleQuote": false,
19 "quoteProps": "preserve"
20 }
21 }
22 ]
23}