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 8e5fcde commit e9d6034Copy full SHA for e9d6034
packages/browser-utils/package.json
@@ -56,6 +56,7 @@
56
"clean": "rimraf build coverage sentry-internal-browser-utils-*.tgz",
57
"fix": "eslint . --format stylish --fix",
58
"lint": "eslint . --format stylish",
59
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
60
"test:unit": "vitest run",
61
"test": "vitest run",
62
"test:watch": "vitest --watch",
0 commit comments