Skip to content

Commit 43d4c55

Browse files
committed
chore: setting up linter for propagators
1 parent 43e9f0f commit 43d4c55

File tree

8 files changed

+20
-12
lines changed

8 files changed

+20
-12
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
"env": {
3+
"mocha": true,
4+
"node": true
5+
},
6+
...require('../../eslint.config.js')
7+
}

propagators/opentelemetry-propagator-grpc-census-binary/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"tdd:node": "npm run test -- --watch-extensions ts --watch",
1212
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
1313
"clean": "rimraf build/*",
14-
"lint": "gts check",
15-
"lint:fix": "gts fix",
14+
"lint": "eslint . --ext .ts",
15+
"lint:fix": "eslint . --ext .ts --fix",
1616
"precompile": "tsc --version",
1717
"compile": "npm run version:update && tsc -p .",
1818
"prepare": "npm run compile",

propagators/opentelemetry-propagator-grpc-census-binary/tslint.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
"env": {
3+
"mocha": true,
4+
"node": true
5+
},
6+
...require('../../eslint.config.js')
7+
}

propagators/opentelemetry-propagator-jaeger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"tdd:browser": "karma start",
1414
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
1515
"clean": "rimraf build/*",
16-
"lint": "gts check",
17-
"lint:fix": "gts fix",
16+
"lint": "eslint . --ext .ts",
17+
"lint:fix": "eslint . --ext .ts --fix",
1818
"precompile": "tsc --version",
1919
"compile": "npm run version:update && tsc -p .",
2020
"prepare": "npm run compile",

propagators/opentelemetry-propagator-jaeger/tslint.json

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

0 commit comments

Comments
 (0)