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 7658996 commit fbb8a09Copy full SHA for fbb8a09
packages/nuxt/package.json
@@ -70,6 +70,7 @@
70
"clean": "rimraf build coverage sentry-nuxt-*.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 && es-check es2020 ./build/module/*.cjs && es-check es2020 ./build/module/*.mjs --module",
74
"test": "yarn test:unit",
75
"test:unit": "vitest run",
76
"test:watch": "vitest --watch",
0 commit comments