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 authored and jtmalinowski committed Feb 23, 2021
1 parent 1500133 commit 93f500b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/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 93f500b

Please sign in to comment.