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

chore: index.ts exports should be in alphabetical order #123

Open
aubreyquinn opened this issue Sep 27, 2024 · 2 comments
Open

chore: index.ts exports should be in alphabetical order #123

aubreyquinn opened this issue Sep 27, 2024 · 2 comments
Assignees

Comments

@aubreyquinn
Copy link
Collaborator

We want all the exported rules in lib/rules/index.ts to be listed in alphabetical order. The task is to figure out how to configure prettier or to use another plugin to show a lint warning if the exports are out of order.

@ajayagr
Copy link
Collaborator

ajayagr commented Sep 27, 2024

sort-imports rule of eslint

https://eslint.org/docs/latest/rules/sort-imports

@ajayagr
Copy link
Collaborator

ajayagr commented Sep 27, 2024

I will take this up

@ajayagr ajayagr self-assigned this Sep 27, 2024
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

No branches or pull requests

2 participants