Skip to content

chore(config): disable literal key lint#1681

Merged
Uarmagan merged 1 commit intomainfrom
refactor/update-literal-key-lint
Apr 27, 2026
Merged

chore(config): disable literal key lint#1681
Uarmagan merged 1 commit intomainfrom
refactor/update-literal-key-lint

Conversation

@Uarmagan
Copy link
Copy Markdown
Contributor

Summary

This disables Biome's useLiteralKeys rule instead of rewriting existing bracket access across the repo.

The rule is mostly a readability preference for this codebase. Leaving the existing property access alone avoids broad mechanical churn in env setup, tests, schema conversion helpers, and parser internals.

Validation

  • bun run lint
    • Exits successfully.
    • No useLiteralKeys diagnostics appear in normal lint output.
  • bunx biome check . --max-diagnostics=none --reporter=json
    • Reports literalKey=0, warnings=694, infos=31.

@Uarmagan Uarmagan merged commit 3f20564 into main Apr 27, 2026
7 of 8 checks passed
@Uarmagan Uarmagan deleted the refactor/update-literal-key-lint branch April 27, 2026 21:28
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.

1 participant