cfpb / development

A repository for the discussion and publication of the CFPB development team standards.
Creative Commons Zero v1.0 Universal
64 stars 32 forks source link

ESLint: ignore sort-imports linter rule #213

Closed anselmbradford closed 3 years ago

anselmbradford commented 3 years ago

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

How to test this PR

  1. Should be merged after https://github.com/cfpb/consumerfinance.gov/pull/6256