Skip to content

Commit

Permalink
chore: update formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed May 4, 2024
1 parent 95445c2 commit 33ca0f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ module.exports = {
"*.test.ts",
"dist/",
"coverage/",
"lib/"
"lib/",
"pnpm-lock.yaml",
".pnpm-store/",
], // ESLINT IGNORE

env: {
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package-manager-strict=false
save=true
save-exact=true
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.pnpm-store/
dist/
node_modules/
coverage/
__tests__/
.devcontainer/
.github/
badges/
script/
script/
pnpm-lock.yaml

0 comments on commit 33ca0f1

Please sign in to comment.