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 a3bbfc7 commit 93e4fa3Copy full SHA for 93e4fa3
packages/nestjs/package.json
@@ -77,6 +77,7 @@
77
"clean": "rimraf build coverage sentry-nestjs-*.tgz ./*.d.ts ./*.d.ts.map",
78
"fix": "eslint . --format stylish --fix",
79
"lint": "eslint . --format stylish",
80
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
81
"test": "vitest run",
82
"test:watch": "vitest --watch",
83
"yalc:publish": "yalc publish --push --sig"
0 commit comments