3 / .prettierrc.json
karenmiranda's picture
c1
e7fb46f
raw
history blame contribute delete
No virus
179 Bytes
{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"arrowParens": "avoid"
}