Skip to content

fix(lint): resolve all ESLint errors - #137

Merged
joshuawheelock merged 1 commit into
jumbocontext:mainfrom
Saturate:fix/lint-errors
Jun 4, 2026
Merged

fix(lint): resolve all ESLint errors#137
joshuawheelock merged 1 commit into
jumbocontext:mainfrom
Saturate:fix/lint-errors

Conversation

@Saturate

@Saturate Saturate commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

14 empty interface declarations converted to type X = Record<string, never> and one eslint-disable added for the intentional ANSI escape regex in stripAnsi().

Lint now passes with 0 errors (50 warnings remain, all no-unused-vars on catch parameters). Tests unaffected (2664/2664 pass).

Convert 14 empty interface declarations to type aliases using
Record<string, never>. Add eslint-disable for the intentional
ANSI control character regex in stripAnsi().
@joshuawheelock
joshuawheelock merged commit 2e42fe2 into jumbocontext:main Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants