14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"quoteProps": "as-needed",
|
|
"jsxSingleQuote": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"printWidth": 120
|
|
}
|