Skip to content

Commit b5e89d3

Browse files
committed
Add lint:es-compatibility to opentelemetry
1 parent fbb8a09 commit b5e89d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/opentelemetry/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"clean": "rimraf build coverage sentry-opentelemetry-*.tgz",
7474
"fix": "eslint . --format stylish --fix",
7575
"lint": "eslint . --format stylish",
76+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
7677
"test": "yarn test:unit",
7778
"test:unit": "vitest run",
7879
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)