actual/.prettierrc.json
Tom French 5977e020f0 style: switch prettier to enforce single quotes
This is the style predominantly used in the codebase currently.
2022-07-24 08:53:04 +01:00

5 lines
57 B
JSON

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