Commit 1854943
fix(lint): use block-level eslint-disable for multi-line require()
CI lint treats @typescript-eslint/no-require-imports as an error.
eslint-disable-next-line only covers the first line of a multi-line
destructuring; the closing require() on a later line is still flagged.
Switch to block-level disable/enable to cover the full statement.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e59f74e commit 1854943
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1442 | 1442 | | |
1443 | 1443 | | |
1444 | 1444 | | |
1445 | | - | |
| 1445 | + | |
1446 | 1446 | | |
1447 | 1447 | | |
1448 | 1448 | | |
1449 | 1449 | | |
1450 | 1450 | | |
1451 | 1451 | | |
| 1452 | + | |
1452 | 1453 | | |
1453 | 1454 | | |
1454 | 1455 | | |
| |||
0 commit comments