Skip to content

Commit c26e430

Browse files
committed
Add lint:es-compatibility to remix
1 parent ba22e48 commit c26e430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/remix/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"clean": "rimraf build coverage sentry-remix-*.tgz",
9797
"fix": "eslint . --format stylish --fix",
9898
"lint": "eslint . --format stylish",
99+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
99100
"test": "yarn test:unit",
100101
"test:integration": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",
101102
"test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",

0 commit comments

Comments
 (0)