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