Skip to content

Commit

Permalink
Merge pull request #6 from theappbusiness/fix/prettier-es-module
Browse files Browse the repository at this point in the history
Update and rename .prettierrc.js to .prettierrc.json
  • Loading branch information
robmorgan-tab authored Nov 21, 2022
2 parents dc2971a + b6b5b4e commit 6af1cc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .prettierrc.js

This file was deleted.

6 changes: 6 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}

0 comments on commit 6af1cc0

Please sign in to comment.