Skip to content

Commit

Permalink
chore: adding browser linting settings for jeaeger propagator
Browse files Browse the repository at this point in the history
  • Loading branch information
rezakrimi committed Jun 25, 2020
1 parent 43d4c55 commit 7a2f229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion propagators/opentelemetry-propagator-jaeger/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = {
"env": {
"mocha": true,
"node": true
"commonjs": true,
"browser": true,
"jquery": true
},
...require('../../eslint.config.js')
}

0 comments on commit 7a2f229

Please sign in to comment.