UNPKG

383 BPlain TextView Raw
1{
2 "printWidth": 80,
3 "tabWidth": 2,
4 "useTabs": false,
5 "semi": true,
6 "singleQuote": true,
7 "trailingComma": "all",
8 "bracketSpacing": false,
9 "jsxBracketSameLine": false,
10 "overrides": [
11 {
12 "files": "*.md",
13 "options": {
14 "tabWidth": 4
15 }
16 },
17 {
18 "files": "*.json",
19 "options": {
20 "printWidth": 999999
21 }
22 }
23 ]
24}