We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint:es-compatibility
1 parent 5e2ba38 commit 27f3c53Copy full SHA for 27f3c53
packages/tanstackstart-react/package.json
@@ -74,6 +74,7 @@
74
"clean": "rimraf build coverage sentry-tanstackstart-react-*.tgz",
75
"fix": "eslint . --format stylish --fix",
76
"lint": "eslint . --format stylish",
77
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
78
"test": "yarn test:unit",
79
"test:unit": "vitest run",
80
"test:watch": "vitest --watch",
0 commit comments