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 3cd2772 commit db97fcfCopy full SHA for db97fcf
packages/solid/package.json
@@ -80,6 +80,7 @@
80
"clean": "rimraf build coverage sentry-solid-*.tgz ./*.d.ts ./*.d.ts.map",
81
"fix": "eslint . --format stylish --fix",
82
"lint": "eslint . --format stylish",
83
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
84
"test": "vitest run",
85
"test:watch": "vitest --watch",
86
"yalc:publish": "yalc publish --push --sig"
0 commit comments