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

ESLint: ignore sort-imports linter rule #195

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

anselmbradford
Copy link
Member

sort-imports can often break as module names and formats change, and under some circumstances can't be fixed through opposing rules colliding. It's mostly noise in our linter I think, and may obfuscate things more, as related packages can't be arranged together if they aren't alphabetical. Let's turn it off.

Changes

  • ESLint: ignore sort-imports linter rule

How to test this PR

  1. gulp lint should pass. Should be merged after ESLint: ignore sort-imports linter rule consumerfinance.gov#6256

@anselmbradford anselmbradford requested a review from a team February 5, 2021 20:58
@anselmbradford anselmbradford merged commit 1f196ee into master Feb 5, 2021
@anselmbradford anselmbradford deleted the anselmbradford-patch-2 branch February 5, 2021 21:59
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.

1 participant