Skip to content

Commit 9569d19

Browse files
committed
Add lint:es-compatibility to aws-serverless
1 parent ba2a6d1 commit 9569d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-serverless/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"clean": "rimraf build dist-awslambda-layer coverage sentry-serverless-*.tgz",
9494
"fix": "eslint . --format stylish --fix",
9595
"lint": "eslint . --format stylish",
96+
"lint:es-compatibility": "es-check es2020 ./build/npm/cjs/*.js && es-check es2020 ./build/npm/esm/*.js --module",
9697
"test": "vitest run",
9798
"test:watch": "vitest --watch",
9899
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)