14 lines
266 B
JSON
14 lines
266 B
JSON
|
|
{
|
||
|
|
"arrowParens": "always",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"jsxBracketSameLine": false,
|
||
|
|
"jsxSingleQuote": false,
|
||
|
|
"quoteProps": "as-needed",
|
||
|
|
"singleQuote": true,
|
||
|
|
"semi": true,
|
||
|
|
"printWidth": 100,
|
||
|
|
"useTabs": false,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"trailingComma": "es5"
|
||
|
|
}
|