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 8509e7c commit 0af0b0dCopy full SHA for 0af0b0d
packages/svelte/package.json
@@ -67,6 +67,7 @@
67
"clean": "rimraf build coverage sentry-svelte-*.tgz",
68
"fix": "eslint . --format stylish --fix",
69
"lint": "eslint . --format stylish",
70
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
71
"test": "vitest run",
72
"test:watch": "vitest --watch",
73
"yalc:publish": "yalc publish --push --sig"
0 commit comments