Skip to content

Commit ec1263f

Browse files
chore: update lint configs (#257)
1 parent 8bbf003 commit ec1263f

File tree

7 files changed

+7
-13
lines changed

7 files changed

+7
-13
lines changed

vision/samples/.eslintrc.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
rules:
33
no-console: off
4-
5-
4+
node/no-missing-require: off

vision/samples/automl/.eslintrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
rules:
33
no-console: off
4-
4+
node/no-missing-require: off

vision/samples/automl/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "automl",
2+
"name": "automl-samples",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "A collection of samples for @google-cloud/automl and @google-cloud/vision.",
5+
"private": true,
56
"main": "automlVisionDataset.js",
67
"scripts": {
78
"test": "ava -T 1m --verbose system-test/*.test.js"
89
},
910
"engines": {
1011
"node": ">=8"
1112
},
12-
"author": "",
13-
"license": "ISC",
13+
"author": "Google Inc",
14+
"license": "Apache-2.0",
1415
"dependencies": {
1516
"@google-cloud/automl": "^0.1.1",
1617
"@google-cloud/vision": "^0.22.0",
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
---
22
rules:
33
node/no-unpublished-require: off
4-
node/no-unsupported-features: off
5-
no-empty: off

vision/samples/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
"private": true,
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
7-
"repository": "googleapis/nodejs-vision",
87
"engines": {
98
"node": ">=8"
109
},
1110
"scripts": {
1211
"test": "ava -T 1m --verbose system-test/*.test.js"
1312
},
1413
"dependencies": {
15-
1614
"@google-cloud/automl": "^0.1.1",
1715
"@google-cloud/vision": "^0.22.0",
1816
"async": "^2.6.1",
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
rules:
33
node/no-unpublished-require: off
4-
node/no-unsupported-features: off
54
no-empty: off
-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
rules:
33
node/no-unpublished-require: off
4-
node/no-unsupported-features: off
54
no-empty: off

0 commit comments

Comments
 (0)