Skip to content

Commit 69a6fb8

Browse files
committed
Add lint:es-compatibility to replay-canvas
1 parent c26e430 commit 69a6fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/replay-canvas/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"clean": "rimraf build sentry-replay-*.tgz",
4848
"fix": "eslint . --format stylish --fix",
4949
"lint": "eslint . --format stylish",
50+
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
5051
"test": "vitest run",
5152
"test:watch": "vitest --watch",
5253
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)