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 3585288 commit 83178c3Copy full SHA for 83178c3
packages/react/package.json
@@ -85,6 +85,7 @@
85
"clean": "rimraf build coverage sentry-react-*.tgz",
86
"fix": "eslint . --format stylish --fix",
87
"lint": "eslint . --format stylish",
88
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
89
"test": "vitest run",
90
"test:watch": "vitest --watch",
91
"yalc:publish": "yalc publish --push --sig"
0 commit comments