Skip to content

Commit af739e1

Browse files
committed
Add lint:es-compatibility to core
1 parent e432278 commit af739e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"clean": "rimraf build coverage sentry-core-*.tgz",
5555
"fix": "eslint . --format stylish --fix",
5656
"lint": "eslint . --format stylish",
57+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
5758
"test": "vitest run",
5859
"test:watch": "vitest --watch",
5960
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)