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 69a6fb8 commit 2014609Copy full SHA for 2014609
packages/replay-internal/package.json
@@ -54,6 +54,7 @@
54
"lint": "run-s lint:prettier lint:eslint",
55
"lint:eslint": "eslint . --format stylish",
56
"lint:prettier": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
57
+ "lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
58
"test": "vitest run",
59
"test:watch": "vitest --watch",
60
"yalc:publish": "yalc publish --push --sig"
0 commit comments