Skip to content

Commit

Permalink
Adding prettier #180
Browse files Browse the repository at this point in the history
  • Loading branch information
StealthCoder1109 committed Feb 12, 2023
1 parent e06b209 commit ab88c44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore everything:
/*

# Except packages:
!/packages
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": true,
"trailingComma" : "none"
}

0 comments on commit ab88c44

Please sign in to comment.