Skip to content

Commit 70c3d1f

Browse files
committed
Add lint:es-compatibility to feedback
1 parent 098cc1d commit 70c3d1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/feedback/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"clean": "rimraf build sentry-internal-feedback-*.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
"test": "vitest run",
6667
"test:watch": "vitest --watch",
6768
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)