Files
actual/.prettierrc.json
2023-01-12 18:34:08 +00:00

6 lines
79 B
JSON

{
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
}