import-js/eslint-plugin-import
View on GitHub`no-extraneous-dependencies`: add an option to allow specific package names to be in different categories
Open
#903 opened on Jul 26, 2017
enhancementhelp wanted
Description
It would be great if the import/no-extraneous-dependencies rule could be ignored project wide but only for certain dependencies.
import/no-unresolved already has this functionality with it's ignore regex setting.
This could also be a potential solution for https://github.com/benmosher/eslint-plugin-import/issues/496