12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"singleAttributePerLine": true,
|
|
"singleQuote": false,
|
|
"semi": true,
|
|
"quoteProps": "consistent",
|
|
"bracketSpacing": true,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"bracketSameLine": true,
|
|
"arrowParens": "avoid"
|
|
}
|