Skip to content

Commit 1c11d8a

Browse files
committed
Add lint:es-compatibility to bun
1 parent e9d6034 commit 1c11d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bun/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"clean": "rimraf build coverage sentry-bun-*.tgz",
6363
"fix": "eslint . --format stylish --fix",
6464
"lint": "eslint . --format stylish",
65+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
6566
"install:bun": "node ./scripts/install-bun.js",
6667
"test": "run-s install:bun test:bun",
6768
"test:bun": "bun test",

0 commit comments

Comments
 (0)