Skip to content

Commit

Permalink
Merge pull request #14 from nipunsadvilkar/npn-setup-prettier
Browse files Browse the repository at this point in the history
Setup prettier
  • Loading branch information
jxnl authored Jan 2, 2024
2 parents 610a0cb + 6cecce9 commit db078a5
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 db078a5

Please sign in to comment.