Add ESLint 5 support#1122
Conversation
ljharb
left a comment
There was a problem hiding this comment.
Please add eslint 5 to the tests here: https://github.com/benmosher/eslint-plugin-import/blob/master/.travis.yml#L10
Also, please make sure the devDep for eslint matches the peerDep.
The tests for eslint 5 in node 4 will likely fail; I’ll update this PR later today to handle that.
|
@ljharb thanks for fast reply. I updated |
|
Need to get rid of the deprecated |
|
We don't have to get rid of that just yet; deprecation warnings can be ignored. In the test, we can set the ecmaVersion to 2018. |
|
I updated |
|
Released in v2.13.0 (linking back to airbnb/javascript#1834) |

I start to use ESLint 5 on my project with your plugin and didn’t find any problem with compatibility.