Skip to content

Commit

Permalink
chore: update lint ignore files (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 14, 2020
1 parent a6bfff4 commit 1e6f9e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/node_modules
src/**/doc/*
**/coverage
test/fixtures
build/
docs/
protos/
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/node_modules
**/.coverage
**/coverage
test/fixtures
build/
docs/
protos/
Expand Down

0 comments on commit 1e6f9e3

Please sign in to comment.