Skip to content

Commit 098cc1d

Browse files
committed
Add lint:es-compatibility to deno
1 parent af739e1 commit 098cc1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/deno/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"fix": "eslint . --format stylish --fix",
4040
"prelint": "yarn deno-types",
4141
"lint": "eslint . --format stylish",
42+
"lint:es-compatibility": "es-check es2020 ./build/esm/*.js --module",
4243
"install:deno": "node ./scripts/install-deno.mjs",
4344
"test": "run-s install:deno deno-types test:unit",
4445
"test:unit": "deno test --allow-read --allow-run --no-check",

0 commit comments

Comments
 (0)