Skip to content

Commit

Permalink
chore: ignore bun lockfile for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 24, 2023
1 parent f081f2e commit 2f09ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
node_modules
coverage
bun.lockb
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pnpm-lock.yaml
.yarn
**/.pnp.loader.mjs
**/.pnp.cjs
bun.lockb

0 comments on commit 2f09ab5

Please sign in to comment.