Skip to content

Commit

Permalink
adding global prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
icepick4 committed Jul 17, 2023
1 parent 043cb04 commit 0d9cdd9
Show file tree
Hide file tree
Showing 7 changed files with 675 additions and 4 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./dist
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none"
}
Loading

0 comments on commit 0d9cdd9

Please sign in to comment.