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 65998ab commit 247bfd8Copy full SHA for 247bfd8
packages/vercel-edge/package.json
@@ -66,6 +66,7 @@
66
"clean": "rimraf build coverage sentry-vercel-edge-*.tgz",
67
"fix": "eslint . --format stylish --fix",
68
"lint": "eslint . --format stylish",
69
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
70
"test": "vitest run",
71
"test:watch": "vitest --watch",
72
"yalc:publish": "yalc publish --push --sig"
0 commit comments