Skip to content

Commit

Permalink
Change Prettier config file for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Apr 9, 2024
1 parent 2227aa9 commit 4ffd211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .prettierrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions prettier.config.mjs
@@ -0,0 +1,5 @@
export default {
semi: false,
singleQuote: true,
trailingComma: 'none'
}

0 comments on commit 4ffd211

Please sign in to comment.