9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"endOfLine": "auto",
|
|
"quoteProps": "consistent",
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"singleAttributePerLine": true,
|
|
"singleQuote": true
|
|
}
|