Skip to content

Commit 83178c3

Browse files
committed
Add lint:es-compatibility to react
1 parent 3585288 commit 83178c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"clean": "rimraf build coverage sentry-react-*.tgz",
8686
"fix": "eslint . --format stylish --fix",
8787
"lint": "eslint . --format stylish",
88+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
8889
"test": "vitest run",
8990
"test:watch": "vitest --watch",
9091
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)