9 lines
152 B
Text
9 lines
152 B
Text
{
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 4,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid"
|
|
}
|