10 lines
188 B
JSON
10 lines
188 B
JSON
|
{
|
||
|
"printWidth": 80,
|
||
|
"singleQuote": false,
|
||
|
"trailingComma": "es5",
|
||
|
"bracketSpacing": true,
|
||
|
"jsxBracketSameLine": false,
|
||
|
"arrowParens": "avoid",
|
||
|
"tabWidth": 2,
|
||
|
"semi": true
|
||
|
}
|