Skip to content

Commit ba22e48

Browse files
committed
Add lint:es-compatibility to react-router
1 parent 83178c3 commit ba22e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-router/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"clean": "rimraf build coverage sentry-react-router-*.tgz",
6868
"fix": "eslint . --format stylish --fix",
6969
"lint": "eslint . --format stylish",
70+
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
7071
"test": "yarn test:unit",
7172
"test:unit": "vitest run",
7273
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)