File size: 258 Bytes
41a71fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"printWidth": 130,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"jsxSingleQuote": false,
"bracketSpacing": true,
"trailingComma": "es5",
"arrowParens": "always",
"jsxBracketSameLine": false,
"endOfLine": "lf"
}
|