blog / .prettierrc.json
sandy-try's picture
Upload 699 files
1b72d7e verified
raw
history blame contribute delete
No virus
96 Bytes
{
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid"
}