Skip to content

Commit

Permalink
chore: clean up lint rules (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 15, 2022
1 parent d1af739 commit 2335d57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions scheduler/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
rules:
no-console: off
node/no-missing-require: off
13 changes: 13 additions & 0 deletions scheduler/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "nodejs-scheduler-samples",
"private": true,
"main": "quickstart.js",
"files": ["*.js"],
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/scheduler": "^0.1.0"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}

0 comments on commit 2335d57

Please sign in to comment.