Commit 679895d
Fix ESLint default-param-last errors after rebase
After rebasing on master (which merged PR #2097 with parameter order fixes),
the ESLint configuration now has the plain 'default-param-last' rule enabled,
not the TypeScript version.
The buildConsoleReplay function has default params before an optional param
(nonce?), which violates the rule. Added block-level eslint-disable comments.
The consoleReplay function doesn't violate the rule (all params have defaults),
so no disable needed.
Fixes CI error:
error Default parameters should be last default-param-last
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b42df93 commit 679895d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| 69 | + | |
0 commit comments