willhoney7 / eslint-plugin-import-helpers

ESLint plugin to help enforce a configurable order for import statements
291 stars 17 forks source link

Some external modules being interpreted as internal modules #8

Closed sprtvln closed 5 years ago

sprtvln commented 5 years ago

in my case it's import { call, put, takeLatest } from 'redux-saga/effects';

this is already fixed in eslint-plugin-import https://github.com/benmosher/eslint-plugin-import/pull/794 could you please fix it your package?

willhoney7 commented 5 years ago

Hi there!

v1 of this package will move in a different direction. There will be no concept of internal/external modules. Use regexp groups instead. This will help avoid issues like this in the future. See #4. As such, I'm going to close this. v1 is code complete, just need to finish updating the tests. I'm hoping to have time to do so soon.

Thanks!