Skip to content

Commit c28931c

Browse files
committed
Add lint:es-compatibility to gatsby
1 parent 70c3d1f commit c28931c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"clean": "rimraf build coverage *.d.ts sentry-gatsby-*.tgz",
7676
"fix": "eslint . --format stylish --fix",
7777
"lint": "eslint . --format stylish",
78+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
7879
"test": "vitest run",
7980
"test:watch": "vitest --watch",
8081
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)