Skip to content

Commit

Permalink
chore: setting up linter for propagators
Browse files Browse the repository at this point in the history
  • Loading branch information
rezakrimi authored and jtmalinowski committed Feb 23, 2021
1 parent 4a0ecfc commit 1500133
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/opentelemetry-propagator-jaeger/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
7 changes: 7 additions & 0 deletions packages/opentelemetry-propagator-jaeger/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
"env": {
"mocha": true,
"node": true
},
...require('../../eslint.config.js')
}
4 changes: 2 additions & 2 deletions packages/opentelemetry-propagator-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"tdd:browser": "karma start",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"clean": "rimraf build/*",
"lint": "gts check",
"lint:fix": "gts fix",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"precompile": "tsc --version",
"compile": "npm run version:update && tsc -p .",
"prepare": "npm run compile",
Expand Down
4 changes: 0 additions & 4 deletions packages/opentelemetry-propagator-jaeger/tslint.json

This file was deleted.

0 comments on commit 1500133

Please sign in to comment.