Skip to content

refactor: enforce eslint naming-convention for variables#589

Open
DaanV2 wants to merge 1 commit into
Blockception:mainfrom
DaanV2:claude/gallant-gates-11j2ui
Open

refactor: enforce eslint naming-convention for variables#589
DaanV2 wants to merge 1 commit into
Blockception:mainfrom
DaanV2:claude/gallant-gates-11j2ui

Conversation

@DaanV2

@DaanV2 DaanV2 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Enable the @typescript-eslint/naming-convention rule for the variable selector (camelCase / UPPER_CASE / PascalCase) and rename all non-compliant variable names across the codebase to satisfy it.

Renames were applied semantically (including cross-file/cross-package references) so behaviour is unchanged. Object/interface keys are kept intact (only the local bindings were renamed), and case-distinct character constants (e.g. Character_a vs Character_A) were given distinct names (CharacterLowerA / CharacterUpperA) to avoid collisions.

Enable the @typescript-eslint/naming-convention rule for the `variable`
selector (camelCase / UPPER_CASE / PascalCase) and rename all
non-compliant variable names across the codebase to satisfy it.

Renames were applied semantically (including cross-file/cross-package
references) so behaviour is unchanged. Object/interface keys are kept
intact (only the local bindings were renamed), and case-distinct
character constants (e.g. Character_a vs Character_A) were given
distinct names (CharacterLowerA / CharacterUpperA) to avoid collisions.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TzLWA9WV17z7PD3A1UYSQU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants