Skip to content

Commit 0af0b0d

Browse files
committed
Add lint:es-compatibility to svelte
1 parent 8509e7c commit 0af0b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"clean": "rimraf build coverage sentry-svelte-*.tgz",
6868
"fix": "eslint . --format stylish --fix",
6969
"lint": "eslint . --format stylish",
70+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
7071
"test": "vitest run",
7172
"test:watch": "vitest --watch",
7273
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)