Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 72134c3

Browse files
fix: remove unused files (#151)
1 parent 07036ad commit 72134c3

12 files changed

Lines changed: 30 additions & 595 deletions

File tree

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/node_modules
2-
src/**/doc/*
2+
**/coverage
3+
test/fixtures
34
build/
45
docs/
56
protos/

.mocharc.json

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

.prettierignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
node_modules/*
2-
samples/node_modules/*
3-
src/**/doc/*
1+
**/node_modules
2+
**/coverage
3+
test/fixtures
4+
build/
5+
docs/
6+
protos/

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"main": "build/src/index.js",
88
"files": [
99
"build/protos",
10-
"build/src",
11-
"AUTHORS",
12-
"COPYING"
10+
"build/src"
1311
],
1412
"keywords": [
1513
"google apis client",
@@ -43,7 +41,6 @@
4341
"mocha": "^7.0.0",
4442
"null-loader": "^3.0.0",
4543
"pack-n-play": "^1.0.0-2",
46-
"prettier": "^1.17.0",
4744
"sinon": "^9.0.1",
4845
"ts-loader": "^6.2.1",
4946
"typescript": "^3.8.3",

samples/.eslintrc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
rules:
33
no-console: off
4-
no-process-exit: off
5-
node/no-missing-require: off
4+
no-process-exit: off

samples/system-test/.eslintrc.yml

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

0 commit comments

Comments
 (0)