chore(fmt): mv .prettierrc .prettierrc.json

This commit is contained in:
AJ ONeal
2023-01-24 17:54:39 +00:00
parent 9c1be4bc3a
commit 2149eeb7f8
+6
View File
@@ -0,0 +1,6 @@
{
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": true,
"proseWrap": "always"
}