Skip to content

Commit

Permalink
Setup prettier
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
nipunsadvilkar committed Jan 2, 2024
1 parent 20bf17e commit 6cecce9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/node_modules

# don't format tsc output, will break source maps
/dist
5 changes: 5 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "lf"
}

0 comments on commit 6cecce9

Please sign in to comment.