Skip to content

Commit a3bbfc7

Browse files
committed
Add lint:es-compatibility to integration-shims
1 parent 05460c2 commit a3bbfc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/integration-shims/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"build:types:watch": "tsc -p tsconfig.types.json --watch",
4444
"clean": "rimraf build",
4545
"fix": "eslint . --format stylish --fix",
46-
"lint": "eslint . --format stylish"
46+
"lint": "eslint . --format stylish",
47+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module"
4748
},
4849
"repository": {
4950
"type": "git",

0 commit comments

Comments
 (0)