1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "printWidth": 80,
| "tabWidth": 2,
| "useTabs": false,
| "singleQuote": true,
| "semi": true,
| "trailingComma": "none",
| "bracketSpacing": false,
| "quoteProps": "consistent",
| "arrowParens": "avoid",
| "jsxBracketSameLine": false,
| "overrides": [
| {
| "files": ["fis-conf.js"],
| "options": {
| "tabWidth": 4
| }
| }
| ]
| }
|
|