blob: 680faf038f34079d8b3afd83372d2c8c83626cb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}
|