Skip to content

Commit 6cac425

Browse files
committed
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)