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 247bfd8 commit fa97841Copy full SHA for fa97841
packages/vue/package.json
@@ -70,6 +70,7 @@
70
"clean": "rimraf build coverage sentry-vue-*.tgz",
71
"fix": "eslint . --format stylish --fix",
72
"lint": "eslint . --format stylish",
73
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
74
"test": "vitest run",
75
"test:watch": "vitest --watch",
76
"yalc:publish": "yalc publish --push --sig"
0 commit comments