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 beb6bd6 commit ba2a6d1Copy full SHA for ba2a6d1
packages/astro/package.json
@@ -79,6 +79,7 @@
79
"clean": "rimraf build coverage sentry-astro-*.tgz",
80
"fix": "eslint . --format stylish --fix",
81
"lint": "eslint . --format stylish",
82
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
83
"test": "yarn test:unit",
84
"test:unit": "vitest run",
85
"test:watch": "vitest --watch",
0 commit comments