Skip to content

Commit 4976c01

Browse files
committed
Fix import group in .eslintrc
1 parent 8f9a894 commit 4976c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
["^\\u0000"],
2828
["^node:"],
2929
["^@?\\w"],
30-
["index.js"],
30+
["^@seamapi/react/"],
3131
["^fixtures/", "^lib/"],
3232
["^"],
3333
["^\\."]

0 commit comments

Comments
 (0)