9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"arrowParens": "always",
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"quoteStyle": "double",
|
|
"semi": true,
|
|
"trailingComma": "es5"
|
|
}
|