eslint / json

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

feat: add rule no-unnormalized-keys #38

Closed bmeck closed 1 day ago

bmeck commented 1 month ago

Prerequisites checklist

What is the purpose of this pull request?

To add a rule to check for JSON keys that are not normalized.

What changes did you make? (Give an overview)

Added a rule to check for JSON keys that are not normalized.

Related Issues

Fixes #32

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

Couldn't get options working on invalid test cases?

nzakas commented 1 month ago

@bmeck there's feedback for you here.

nzakas commented 2 weeks ago

@bmeck are you still working on this?

nzakas commented 3 days ago

I'm going to finish this up.