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

Sort the ESLint rules alphabetically #106

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Sort the ESLint rules alphabetically #106

merged 1 commit into from
Feb 23, 2024

Conversation

tilgovi
Copy link
Contributor

@tilgovi tilgovi commented Feb 23, 2024

I'm gonna add some rules, so I wanted to get these in shape first.

@tilgovi tilgovi requested review from smoores-dev and a team as code owners February 23, 2024 19:30
"import/order": [
"error",
{
"alphabetize": {
"order": "asc"
},
"groups": ["builtin", "external", "parent", "sibling", "index"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This turns out to be the default, so I removed it.

@tilgovi tilgovi merged commit d4d339e into main Feb 23, 2024
2 checks passed
@tilgovi tilgovi deleted the sort-eslint-rules branch February 23, 2024 19:33
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

Successfully merging this pull request may close these issues.

2 participants