DEV Community

Discussion on: How to quickly configure ESLint for import sorting

Collapse
 
aaronadamsca profile image
Aaron Adams

There's also import/internal-regex, which is the "correct" way to tell eslint-plugin-import which additional paths to consider internal. It goes in settings.

Collapse
 
diballesteros profile image
Diego (Relatable Code)

Good catch! Thanks for the input.