Skip to content

Commit 0263076

Browse files
committed
Add lint:es-compatibility to sveltekit
1 parent 0af0b0d commit 0263076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sveltekit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"clean": "rimraf build coverage sentry-sveltekit-*.tgz",
7676
"fix": "eslint . --format stylish --fix",
7777
"lint": "eslint . --format stylish",
78+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
7879
"test": "yarn test:unit",
7980
"test:unit": "vitest run",
8081
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)