10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"trailingComma": "none",
|
|
"arrowParens": "always",
|
|
"parser": "typescript",
|
|
"bracketSpacing": true
|
|
}
|