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 0263076 commit 5e2ba38Copy full SHA for 5e2ba38
packages/tanstackstart/package.json
@@ -55,6 +55,7 @@
55
"clean": "rimraf build coverage sentry-tanstackstart-*.tgz",
56
"fix": "eslint . --format stylish --fix",
57
"lint": "eslint . --format stylish",
58
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
59
"test": "yarn test:unit",
60
"test:unit": "vitest run",
61
"test:watch": "vitest --watch",
0 commit comments