12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
|
|
{
|
||
|
|
"semi": true,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"printWidth": 100,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"arrowParens": "avoid",
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"jsxSingleQuote": false,
|
||
|
|
"proseWrap": "preserve"
|
||
|
|
}
|