Skip to content

Commit 9817aec

Browse files
arbrandesclaude
andcommitted
chore: drop unused eslint-disable directive in dev entry
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2cac53f commit 9817aec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dev/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ installDevMocks();
1414
const originalWindowOpen = window.open.bind(window);
1515
window.open = (url, target, features) => {
1616
if (target === '_blank') {
17-
// eslint-disable-next-line no-console
1817
console.info('[dev] window.open suppressed:', url);
1918
return null;
2019
}

0 commit comments

Comments
 (0)