Skip to content

Commit 3585288

Browse files
committed
Add lint:es-compatibility to profiling-node
1 parent b5e89d3 commit 3585288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/profiling-node/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"scripts": {
4747
"clean": "rm -rf build && rm -rf lib",
4848
"lint": "eslint . --format stylish",
49+
"lint:es-compatibility": "es-check es2020 ./lib/cjs/*.js && es-check es2020 ./lib/esm/*.js --module",
4950
"fix": "eslint . --format stylish --fix",
5051
"build": "yarn build:lib",
5152
"build:lib": "yarn build:types && rollup -c rollup.npm.config.mjs",

0 commit comments

Comments
 (0)