blob: 2fe03fadc8b6ddaf7b08a1828dbc04952b99f33c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"arrowParens": "always",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "always",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all",
"useTabs": false
}
|