fix type in prettier config

This commit is contained in:
jc 2023-10-07 15:13:10 -04:00
commit 76c49fe115
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
{ {
"trailingComman": "es5", "trailingComma": "es5",
"tabWidth": 4, "tabWidth": 4,
"semi": true, "semi": true,
"singleQuote": true "singleQuote": true