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 c28931c commit 05460c2Copy full SHA for 05460c2
packages/google-cloud-serverless/package.json
@@ -77,6 +77,7 @@
77
"clean": "rimraf build coverage sentry-google-cloud-*.tgz",
78
"fix": "eslint . --format stylish --fix",
79
"lint": "eslint . --format stylish",
80
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
81
"test": "jest",
82
"test:watch": "jest --watch",
83
"yalc:publish": "yalc publish --push --sig"
0 commit comments