Skip to content

Commit aff10ed

Browse files
jkwluigrayside
authored andcommitted
feat: generate the API (#1)
1 parent 03e36fe commit aff10ed

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

cloud-tasks/.eslintrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
rules:
3+
no-console: off

cloud-tasks/quickstart.js

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
rules:
3+
node/no-unpublished-require: off
4+
node/no-unsupported-features: off
5+
no-empty: off

0 commit comments

Comments
 (0)