Skip to content

Commit 65998ab

Browse files
committed
Add lint:es-compatibility to types
1 parent 27f3c53 commit 65998ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"build:tarball": "npm pack",
5353
"clean": "rimraf build sentry-types-*.tgz",
5454
"lint": "eslint . --format stylish",
55+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
5556
"fix": "eslint . --format stylish --fix",
5657
"yalc:publish": "yalc publish --push --sig"
5758
},

0 commit comments

Comments
 (0)