8 lines
132 B
Text
8 lines
132 B
Text
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 90,
|
|
"arrowParens": "avoid"
|
|
}
|