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 af739e1 commit 098cc1dCopy full SHA for 098cc1d
packages/deno/package.json
@@ -39,6 +39,7 @@
39
"fix": "eslint . --format stylish --fix",
40
"prelint": "yarn deno-types",
41
"lint": "eslint . --format stylish",
42
+ "lint:es-compatibility": "es-check es2020 ./build/esm/*.js --module",
43
"install:deno": "node ./scripts/install-deno.mjs",
44
"test": "run-s install:deno deno-types test:unit",
45
"test:unit": "deno test --allow-read --allow-run --no-check",
0 commit comments