Skip to content

fix: fix ESLint unused-vars warnings for enum members and prefer nullsh coalescing#4

Merged
mlightcad merged 1 commit intomainfrom
feat/build
Mar 12, 2026
Merged

fix: fix ESLint unused-vars warnings for enum members and prefer nullsh coalescing#4
mlightcad merged 1 commit intomainfrom
feat/build

Conversation

@mlightcad
Copy link
Owner

Summary

Fix ESLint unused-vars warnings for enum members and prefer nullish coalescing

Description

  • Switched to @typescript-eslint/no-unused-vars to correctly ignore enum members per config.
  • Replaced || null with ?? null in MIF code extraction to satisfy lint rule.
  • No runtime behavior changes expected.

@mlightcad mlightcad self-assigned this Mar 12, 2026
@mlightcad mlightcad added the enhancement New feature or request label Mar 12, 2026
@mlightcad mlightcad merged commit e127987 into main Mar 12, 2026
1 check passed
@mlightcad mlightcad deleted the feat/build branch March 12, 2026 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant