Skip to content

Commit 27f3c53

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tanstackstart-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"clean": "rimraf build coverage sentry-tanstackstart-react-*.tgz",
7575
"fix": "eslint . --format stylish --fix",
7676
"lint": "eslint . --format stylish",
77+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
7778
"test": "yarn test:unit",
7879
"test:unit": "vitest run",
7980
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)