We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833679c commit a079521Copy full SHA for a079521
cloud-tasks/.eslintrc.yml
@@ -1,6 +1,3 @@
1
---
2
rules:
3
no-console: off
4
- node/no-missing-require: off
5
-parserOptions:
6
- ecmaVersion: 8
cloud-tasks/package.json
@@ -5,12 +5,14 @@
"author": "Google Inc.",
"private": true,
7
"engines": {
8
- "node": ">=8"
+ "node": ">=10"
9
},
10
+ "files": [
11
+ "*.js"
12
+ ],
13
"scripts": {
14
"test": "mocha",
- "start": "node server.js",
- "lint": "eslint '**/*.js'"
15
+ "start": "node server.js"
16
17
"dependencies": {
18
"@google-cloud/tasks": "^2.0.0",
cloud-tasks/test/.eslintrc.yml
0 commit comments