eslint-plugin-import seems to be missing a dependency on es6-set and object-assign.
This goes unnoticed in [email protected] since they are included with eslint-module-utils, but fails on [email protected].
Thanks for noticing and reporting @Moeriki, and sorry for the inconvenience.
I will try to take some time tonight to fix this (probably by using the native Set and Object.assign that are available from Node 4 onwards).
Most helpful comment
Thanks for noticing and reporting @Moeriki, and sorry for the inconvenience.
I will try to take some time tonight to fix this (probably by using the native
SetandObject.assignthat are available from Node 4 onwards).