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 7f5d3bc commit 7658996Copy full SHA for 7658996
packages/node/package.json
@@ -119,6 +119,7 @@
119
"clean": "rimraf build coverage sentry-node-*.tgz",
120
"fix": "eslint . --format stylish --fix",
121
"lint": "eslint . --format stylish",
122
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
123
"test": "yarn test:unit",
124
"test:unit": "vitest run",
125
"test:watch": "vitest --watch",
0 commit comments