11 lines
186 B
Text
11 lines
186 B
Text
|
{
|
||
|
"arrowParens": "avoid",
|
||
|
"bracketSpacing": true,
|
||
|
"endOfLine": "lf",
|
||
|
"printWidth": 250,
|
||
|
"semi": true,
|
||
|
"tabWidth": 4,
|
||
|
"trailingComma": "all",
|
||
|
"useTabs": true,
|
||
|
"parser": "babel"
|
||
|
}
|