14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true
|
|
}
|