Skip to content

Commit db97fcf

Browse files
committed
Add lint:es-compatibility to solid
1 parent 3cd2772 commit db97fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/solid/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"clean": "rimraf build coverage sentry-solid-*.tgz ./*.d.ts ./*.d.ts.map",
8181
"fix": "eslint . --format stylish --fix",
8282
"lint": "eslint . --format stylish",
83+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
8384
"test": "vitest run",
8485
"test:watch": "vitest --watch",
8586
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)