Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[eslint plugin] feat: Enforce prepared statement has unique name #1948

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oscarhermoso
Copy link

@oscarhermoso oscarhermoso commented Mar 2, 2024

Adds an eslint rule to ensure prepared statements are named uniquely

It would be better if this rule considered the option drizzleObjectName like the other eslint rules, but was unable to finish in the time I had available. Not sure if that's a merge blocker or can be actioned in a later PR.

@oscarhermoso oscarhermoso changed the title [eslint plugin] feat: Enforce eslint has unique name [eslint plugin] feat: Enforce prepared statement has unique name Mar 2, 2024
@oscarhermoso oscarhermoso marked this pull request as draft March 2, 2024 06:25
@oscarhermoso oscarhermoso force-pushed the enforce-prepare-has-unique-name branch from 21aa5a4 to 94fe651 Compare March 3, 2024 23:47
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.

None yet

1 participant