Skip to content

Commit

Permalink
chore: add npmrc and prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Nov 21, 2023
1 parent 431bef4 commit 62919cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
provenance=true
auto-install-peers=true
12 changes: 12 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
node_modules
dist
coverage
.turbo
.github
.vscode
.changeset
*.log*
*.log
*.yaml
*.yml
*.md

0 comments on commit 62919cd

Please sign in to comment.