mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 20:35:54 +03:00
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
|
{
|
||
|
"arrowParens": "avoid",
|
||
|
"bracketSameLine": false,
|
||
|
"bracketSpacing": true,
|
||
|
"endOfLine": "lf",
|
||
|
"jsxSingleQuote": false,
|
||
|
"printWidth": 120,
|
||
|
"proseWrap": "preserve",
|
||
|
"quoteProps": "as-needed",
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"tabWidth": 2,
|
||
|
"trailingComma": "es5"
|
||
|
}
|