11 lines
179 B
JSON
11 lines
179 B
JSON
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": true,
|
||
|
"printWidth": 120,
|
||
|
"arrowParens": "avoid"
|
||
|
}
|