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 27f3c53 commit 65998abCopy full SHA for 65998ab
packages/types/package.json
@@ -52,6 +52,7 @@
52
"build:tarball": "npm pack",
53
"clean": "rimraf build sentry-types-*.tgz",
54
"lint": "eslint . --format stylish",
55
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
56
"fix": "eslint . --format stylish --fix",
57
"yalc:publish": "yalc publish --push --sig"
58
},
0 commit comments