Skip to content

Commit e9d6034

Browse files
committed
Add lint:es-compatibility to browser-utils
1 parent 8e5fcde commit e9d6034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/browser-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"clean": "rimraf build coverage sentry-internal-browser-utils-*.tgz",
5757
"fix": "eslint . --format stylish --fix",
5858
"lint": "eslint . --format stylish",
59+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
5960
"test:unit": "vitest run",
6061
"test": "vitest run",
6162
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)