Skip to content

Commit bbb3c79

Browse files
committed
Remove the rule specifier from ignore rule
1 parent 775aeb6 commit bbb3c79

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Preview/DevTools/Tabs

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Preview/DevTools/Tabs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const DevToolTabs = ({
8080
pane.closeable && panes.length !== 1 ? closeTab : undefined
8181
}
8282
index={i}
83-
key={i} // eslint-disable-line react/no-array-index-key
83+
key={i} // eslint-disable-line
8484
status={
8585
status
8686
? status[pane.id] || { unread: 0, type: 'info' }

0 commit comments

Comments
 (0)