Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6cac425

Browse files
committedMar 21, 2025·
Add lint:es-compatibility to wasm
1 parent 1f6b257 commit 6cac425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/wasm/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"clean": "rimraf build coverage sentry-wasm-*.tgz",
6363
"fix": "eslint . --format stylish --fix",
6464
"lint": "eslint . --format stylish",
65+
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
6566
"yalc:publish": "yalc publish --push --sig"
6667
},
6768
"volta": {

0 commit comments

Comments
 (0)
Please sign in to comment.