Skip to content

Commit 0db89d4

Browse files
committed
Add lint:es-compatibility to solidstart
1 parent db97fcf commit 0db89d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/solidstart/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"clean": "rimraf build coverage sentry-solidstart-*.tgz ./*.d.ts ./*.d.ts.map ./client ./server",
9797
"fix": "eslint . --format stylish --fix",
9898
"lint": "eslint . --format stylish",
99+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
99100
"test": "yarn test:unit",
100101
"test:unit": "vitest run",
101102
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)