Skip to content

Commit 2014609

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/replay-internal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"lint": "run-s lint:prettier lint:eslint",
5555
"lint:eslint": "eslint . --format stylish",
5656
"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",
5758
"test": "vitest run",
5859
"test:watch": "vitest --watch",
5960
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)