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

feat: rule no-unnormalized-keys #63

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

feat: rule no-unnormalized-keys #63

wants to merge 8 commits into from

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Nov 20, 2024

Prerequisites checklist

What is the purpose of this pull request?

Adds a new no-unnormalized-keys rule.

What changes did you make? (Give an overview)

Ported over from #38.

  • Ensured that the rule is exported from the plugin
  • Updated README
  • Switched rule options to be an object with a named propert
  • Updated tests

Related Issues

Fixes #32
Closes #38

Is there anything you'd like reviewers to focus on?

@nzakas
Copy link
Member Author

nzakas commented Nov 20, 2024

I think I got all of the outstanding work for this rule.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is accidentally deleted?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Implementing
Development

Successfully merging this pull request may close these issues.

New rule: Normalize string keys
3 participants