15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"jsxSingleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"singleAttributePerLine": true
|
|
}
|