Eslint-plugin-import: [2.0.0] Missing dependencies fail on [email protected]

Created on 4 Oct 2016  路  1Comment  路  Source: benmosher/eslint-plugin-import

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].

bug

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 Set and Object.assign that are available from Node 4 onwards).

>All comments

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).

Was this page helpful?
0 / 5 - 0 ratings