Skip to content

Commit 5e2ba38

Browse files
committed
Add lint:es-compatibility to tanstackstart
1 parent 0263076 commit 5e2ba38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tanstackstart/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"clean": "rimraf build coverage sentry-tanstackstart-*.tgz",
5656
"fix": "eslint . --format stylish --fix",
5757
"lint": "eslint . --format stylish",
58+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
5859
"test": "yarn test:unit",
5960
"test:unit": "vitest run",
6061
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)