Skip to content

Commit

Permalink
feat!: first release of client library (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and JustinBeckwith committed Jun 20, 2019
1 parent 329c5e2 commit 75b3945
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datacatalog/snippets/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
rules:
no-console: off
node/no-missing-require: off
node/no-extraneous-require: off
5 changes: 5 additions & 0 deletions datacatalog/snippets/test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
env:
mocha: true
rules:
node/no-extraneous-require: off

0 comments on commit 75b3945

Please sign in to comment.