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 05460c2 commit a3bbfc7Copy full SHA for a3bbfc7
packages/integration-shims/package.json
@@ -43,7 +43,8 @@
43
"build:types:watch": "tsc -p tsconfig.types.json --watch",
44
"clean": "rimraf build",
45
"fix": "eslint . --format stylish --fix",
46
- "lint": "eslint . --format stylish"
+ "lint": "eslint . --format stylish",
47
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module"
48
},
49
"repository": {
50
"type": "git",
0 commit comments