chore: convert prettier config to json

This commit is contained in:
Zack Schuster 2020-05-25 19:52:45 -07:00
parent 652b02115d
commit 812353a2ba
2 changed files with 5 additions and 5 deletions

5
.prettierrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "es5",
"useTabs": true
}

View File

@ -1,5 +0,0 @@
module.exports = {
singleQuote: true,
trailingComma: 'es5',
useTabs: true,
};