Skip to content

Commit fa97841

Browse files
committed
Add lint:es-compatibility to vue
1 parent 247bfd8 commit fa97841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"clean": "rimraf build coverage sentry-vue-*.tgz",
7171
"fix": "eslint . --format stylish --fix",
7272
"lint": "eslint . --format stylish",
73+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
7374
"test": "vitest run",
7475
"test:watch": "vitest --watch",
7576
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)