Skip to content

Commit 247bfd8

Browse files
committed
Add lint:es-compatibility to vercel-edge
1 parent 65998ab commit 247bfd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vercel-edge/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"clean": "rimraf build coverage sentry-vercel-edge-*.tgz",
6767
"fix": "eslint . --format stylish --fix",
6868
"lint": "eslint . --format stylish",
69+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
6970
"test": "vitest run",
7071
"test:watch": "vitest --watch",
7172
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)