Skip to content

Commit 45ea75f

Browse files
JustinBeckwithAce Nassri
authored andcommitted
chore: clean up eslint config (#344)
1 parent 2f5cf55 commit 45ea75f

4 files changed

Lines changed: 5 additions & 10 deletions

File tree

translate/.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
rules:
33
no-console: off
4-
node/no-missing-require: off
4+
no-warning-comments: off

translate/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"license": "Apache-2.0",
55
"author": "Google Inc.",
66
"repository": "googleapis/nodejs-translate",
7+
"files": [
8+
"!test/"
9+
],
710
"engines": {
811
"node": ">=8"
912
},
1013
"scripts": {
11-
"test": "mocha --recursive --timeout 90000",
12-
"test-v3": "mocha ./test/v3beta1/*.js"
14+
"test": "mocha --recursive --timeout 90000"
1315
},
1416
"dependencies": {
1517
"@google-cloud/automl": "^1.0.0",

translate/test/.eslintrc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
---
22
env:
33
mocha: true
4-
rules:
5-
node/no-unpublished-require: off
6-
node/no-unsupported-features: off
7-
no-empty: off

translate/test/v3beta1/.eslintrc.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)