8aee55bc83
chore: update deps
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
{
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"trailingComma": "none"
|
|
}
|