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 098cc1d commit 70c3d1fCopy full SHA for 70c3d1f
packages/feedback/package.json
@@ -62,6 +62,7 @@
62
"clean": "rimraf build sentry-internal-feedback-*.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
"test": "vitest run",
67
"test:watch": "vitest --watch",
68
"yalc:publish": "yalc publish --push --sig"
0 commit comments