-
Tom French authored
This is the style predominantly used in the codebase currently.
Tom French authoredThis is the style predominantly used in the codebase currently.
.prettierrc.json 57 B
{
"singleQuote": true,
"trailingComma": "none"
}