mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
cf65b2c601
* chore: add prettierrc * chore: apply format with prettier config * chore: eslint error fix
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"
|
|
}
|