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 c26e430 commit 69a6fb8Copy full SHA for 69a6fb8
packages/replay-canvas/package.json
@@ -47,6 +47,7 @@
47
"clean": "rimraf build sentry-replay-*.tgz",
48
"fix": "eslint . --format stylish --fix",
49
"lint": "eslint . --format stylish",
50
+ "lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
51
"test": "vitest run",
52
"test:watch": "vitest --watch",
53
"yalc:publish": "yalc publish --push --sig"
0 commit comments