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 93e4fa3 commit 7f5d3bcCopy full SHA for 7f5d3bc
packages/nextjs/package.json
@@ -115,6 +115,7 @@
115
"clean": "rimraf build coverage sentry-nextjs-*.tgz",
116
"fix": "eslint . --format stylish --fix",
117
"lint": "eslint . --format stylish",
118
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
119
"test": "yarn test:unit",
120
"test:all": "run-s test:unit",
121
"test:unit": "vitest run",
0 commit comments