mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"printWidth": 105,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"quoteProps": "preserve",
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid"
|
|
}
|