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 ba22e48 commit c26e430Copy full SHA for c26e430
packages/remix/package.json
@@ -96,6 +96,7 @@
96
"clean": "rimraf build coverage sentry-remix-*.tgz",
97
"fix": "eslint . --format stylish --fix",
98
"lint": "eslint . --format stylish",
99
+ "lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
100
"test": "yarn test:unit",
101
"test:integration": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",
102
"test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",
0 commit comments