eslint / json

JSON language plugin for ESLint
Apache License 2.0
44 stars 4 forks source link

feat: rule no-unnormalized-keys #63

Closed nzakas closed 1 day ago

nzakas commented 3 days ago

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.

Related Issues

Fixes #32 Closes #38

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

nzakas commented 3 days ago

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