import-js/eslint-plugin-import

`no-extraneous-dependencies`: add an option to allow specific package names to be in different categories

Open

#903 创建于 2017年7月26日

在 GitHub 查看
 (19 评论) (37 反应) (0 负责人)JavaScript (1,540 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (4,946 star)
PR 合并指标
 (平均合并 138天 22小时) (30 天内合并 3 个 PR)

描述

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

贡献者指南