intuit / accessibility-snippets

VSCode Snippets created to help developers write accessible code.
MIT License
102 stars 37 forks source link

Re-organize react-snippets keys to be alphabetical #53

Closed jeffreyclu closed 2 years ago

jeffreyclu commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently the code snippets in react-snippets aren't sorted alphabetically by key.

Describe the solution you'd like

Re-organize the keys so that they are alphabetical based on https://eslint.org/docs/rules/sort-keys. Then the test that accounts for this sorting can be re-incorporated.

Describe alternatives you've considered

Additional context

Related PR: https://github.com/intuit/accessibility-snippets/pull/44

syedareehaquasar commented 2 years ago

I would Like to work on this issue!