remnantchat/.prettierrc.json

7 lines
95 B
JSON
Raw Normal View History

2022-08-08 02:59:46 +00:00
{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}