We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lint:es-compatibility
1 parent 1f6b257 commit 6cac425Copy full SHA for 6cac425
packages/wasm/package.json
@@ -62,6 +62,7 @@
62
"clean": "rimraf build coverage sentry-wasm-*.tgz",
63
"fix": "eslint . --format stylish --fix",
64
"lint": "eslint . --format stylish",
65
+ "lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
66
"yalc:publish": "yalc publish --push --sig"
67
},
68
"volta": {
0 commit comments