9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none"
|
|
}
|