We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint:es-compatibility
1 parent fbb8a09 commit b5e89d3Copy full SHA for b5e89d3
packages/opentelemetry/package.json
@@ -73,6 +73,7 @@
73
"clean": "rimraf build coverage sentry-opentelemetry-*.tgz",
74
"fix": "eslint . --format stylish --fix",
75
"lint": "eslint . --format stylish",
76
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
77
"test": "yarn test:unit",
78
"test:unit": "vitest run",
79
"test:watch": "vitest --watch",
0 commit comments