Skip to content

Commit 05460c2

Browse files
committed
Add lint:es-compatibility to google-cloud-serverless
1 parent c28931c commit 05460c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google-cloud-serverless/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"clean": "rimraf build coverage sentry-google-cloud-*.tgz",
7878
"fix": "eslint . --format stylish --fix",
7979
"lint": "eslint . --format stylish",
80+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
8081
"test": "jest",
8182
"test:watch": "jest --watch",
8283
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)