style: switch prettier to enforce single quotes
This is the style predominantly used in the codebase currently.
This commit is contained in:
parent
a44834c0d3
commit
5977e020f0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"singleQuote": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue