-
Notifications
You must be signed in to change notification settings - Fork 33
Doesn't work with atom linter-eslint plugin #3
Comments
Sorry, I can't really say :/ wrote this really quickly and it's been a while. I'm also having weird issues occasionnally with this |
+1 here! |
+1 |
1 similar comment
+1 |
I have this or a similar problem. I use babel to compile the files under
|
Use this version.
|
When I run eslint at the command line, everything works as expected (I can do an
import Foo from '~foo'
and it warns correctly if i give a bad path.)However, when using Atom's
linter-eslint
plugin (using the local.eslintrc
config), it always gives animport/no-unresolved
error, whether the path is good or not. Never had something fail only in atom, which is weird since it should be using the exact same config as eslint on the command line. Maybe something to do with relative paths?Any idea why this might be, or how to begin debugging it?
The text was updated successfully, but these errors were encountered: