2024-11-15 22:37:56 +00:00
|
|
|
{
|
2024-11-27 18:23:48 +00:00
|
|
|
"endOfLine": "auto",
|
|
|
|
"quoteProps": "consistent",
|
2024-11-15 22:37:56 +00:00
|
|
|
"trailingComma": "es5",
|
|
|
|
"semi": true,
|
2024-11-27 18:23:48 +00:00
|
|
|
"singleAttributePerLine": true,
|
2024-11-15 22:37:56 +00:00
|
|
|
"singleQuote": true
|
|
|
|
}
|