Skip to content

Commit

Permalink
chore(root): eslint and prettier ignore updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Aug 8, 2023
1 parent 66ac2e6 commit e9d01be
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,6 +1,7 @@
.now/*
.next/*
*.css
.changeset
dist
esm/*
public/*
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dist
node_modules
plop
coverage
.changeset
.next
build
scripts
Expand Down

0 comments on commit e9d01be

Please sign in to comment.