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

This commit is contained in:
AJ ONeal
2023-01-15 08:00:45 +00:00
parent 9c1be4bc3a
commit 2149eeb7f8

6
.prettierrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": true,
"proseWrap": "always"
}