remnantchat/.prettierrc.json
2022-08-07 21:59:46 -05:00

7 lines
95 B
JSON

{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}