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 db97fcf commit 0db89d4Copy full SHA for 0db89d4
packages/solidstart/package.json
@@ -96,6 +96,7 @@
96
"clean": "rimraf build coverage sentry-solidstart-*.tgz ./*.d.ts ./*.d.ts.map ./client ./server",
97
"fix": "eslint . --format stylish --fix",
98
"lint": "eslint . --format stylish",
99
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
100
"test": "yarn test:unit",
101
"test:unit": "vitest run",
102
"test:watch": "vitest --watch",
0 commit comments