Use Next.js' default style for easier diffs

This commit is contained in:
Eric Clemmons
2022-03-17 18:57:39 -05:00
parent 6a2804883c
commit 49787b05f7

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"semi": false,
"singleQuote": true
}