Skip to content

Commit

Permalink
chore: update lint configs (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Nov 6, 2018
1 parent 8bbf003 commit ec1263f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
3 changes: 1 addition & 2 deletions vision/samples/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
rules:
no-console: off


node/no-missing-require: off
2 changes: 1 addition & 1 deletion vision/samples/automl/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
rules:
no-console: off

node/no-missing-require: off
9 changes: 5 additions & 4 deletions vision/samples/automl/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "automl",
"name": "automl-samples",
"version": "1.0.0",
"description": "",
"description": "A collection of samples for @google-cloud/automl and @google-cloud/vision.",
"private": true,
"main": "automlVisionDataset.js",
"scripts": {
"test": "ava -T 1m --verbose system-test/*.test.js"
},
"engines": {
"node": ">=8"
},
"author": "",
"license": "ISC",
"author": "Google Inc",
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/automl": "^0.1.1",
"@google-cloud/vision": "^0.22.0",
Expand Down
2 changes: 0 additions & 2 deletions vision/samples/automl/system-test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---
rules:
node/no-unpublished-require: off
node/no-unsupported-features: off
no-empty: off
2 changes: 0 additions & 2 deletions vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
"private": true,
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": "googleapis/nodejs-vision",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "ava -T 1m --verbose system-test/*.test.js"
},
"dependencies": {

"@google-cloud/automl": "^0.1.1",
"@google-cloud/vision": "^0.22.0",
"async": "^2.6.1",
Expand Down
1 change: 0 additions & 1 deletion vision/samples/productSearch/system-test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
rules:
node/no-unpublished-require: off
node/no-unsupported-features: off
no-empty: off
1 change: 0 additions & 1 deletion vision/samples/system-test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
rules:
node/no-unpublished-require: off
node/no-unsupported-features: off
no-empty: off

0 comments on commit ec1263f

Please sign in to comment.