File size: 321 Bytes
aa3b624 68ab4bd aa3b624 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"printWidth": 120,
"tabWidth": 2,
"singleQuote": false,
"trailingComma": "es5",
"arrowParens": "avoid",
"bracketSpacing": true,
"useTabs": false,
"endOfLine": "auto",
"singleAttributePerLine": false,
"bracketSameLine": false,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"semi": true
}
|