9 lines
160 B
JSON
9 lines
160 B
JSON
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 4,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 120,
|
||
|
"quoteProps": "as-needed",
|
||
|
"arrowParens": "avoid"
|
||
|
}
|