blob: 8c2ec7ca15a2ea526657ab0d6a7a57f671b700b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always"
}
|