We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d4c55 commit 7a2f229Copy full SHA for 7a2f229
propagators/opentelemetry-propagator-jaeger/.eslintrc.js
@@ -1,7 +1,9 @@
1
module.exports = {
2
"env": {
3
"mocha": true,
4
- "node": true
+ "commonjs": true,
5
+ "browser": true,
6
+ "jquery": true
7
},
8
...require('../../eslint.config.js')
9
}
0 commit comments