here.chat / .prettierrc
faranbutt789's picture
Pushing Frontend Code
8e40013
raw history blame
No virus
202 Bytes
{
"trailingComma": "es5",
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "always"
}