13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"printWidth": 120,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"jsxSingleQuote": false,
|
|
"jsxBracketSameLine": false
|
|
}
|