first-start / .prettierrc
Артем Леванов
first commit
41a71fd
raw
history blame contribute delete
258 Bytes
{
"printWidth": 130,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"jsxSingleQuote": false,
"bracketSpacing": true,
"trailingComma": "es5",
"arrowParens": "always",
"jsxBracketSameLine": false,
"endOfLine": "lf"
}