10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
{
|
||
|
"printWidth": 120,
|
||
|
"tabWidth": 2,
|
||
|
"singleQuote": true,
|
||
|
"semi": true,
|
||
|
"trailingComma": "es5",
|
||
|
"bracketSpacing": true,
|
||
|
"arrowParens": "always",
|
||
|
"parser": "typescript"
|
||
|
}
|