12 lines
255 B
JSON
12 lines
255 B
JSON
|
|
{
|
||
|
|
"printWidth": 100,
|
||
|
|
"tabWidth": 4,
|
||
|
|
"useTabs": false,
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"jsxSingleQuote":false,
|
||
|
|
"trailingComma": "none",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"jsxBracketSameLine": false,
|
||
|
|
"arrowParens": "avoid"
|
||
|
|
}
|