File size: 255 Bytes
b62a170
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "singleQuote": true,
  "trailingComma": "all",
  "endOfLine": "auto",
  "arrowParens": "always",
  "bracketSpacing": true,
  "useTabs": false,
  "tabWidth": 2,
  "semi": true,
  "quoteProps": "as-needed",
  "proseWrap": "always",
  "printWidth": 80
}