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 b5e89d3 commit 3585288Copy full SHA for 3585288
packages/profiling-node/package.json
@@ -46,6 +46,7 @@
46
"scripts": {
47
"clean": "rm -rf build && rm -rf lib",
48
"lint": "eslint . --format stylish",
49
+ "lint:es-compatibility": "es-check es2020 ./lib/cjs/*.js && es-check es2020 ./lib/esm/*.js --module",
50
"fix": "eslint . --format stylish --fix",
51
"build": "yarn build:lib",
52
"build:lib": "yarn build:types && rollup -c rollup.npm.config.mjs",
0 commit comments