mysticatea/eslint-plugin-node

Better require/import check

Open

#100 创建于 2017年12月5日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (186 fork)github user discovery
acceptedenhancementhelp wanted

仓库指标

Star
 (956 star)
PR 合并指标
 (PR 指标待抓取)

描述

Hi, I would like to be able to run ESLint on my projects without having to install dependencies and/or compiling.

Almost everything is working but I do have issues with the no-missing-require rule (obviously). I'm already using the no-extraneous-require rule and I think it would make sense to disable the missing check for dependencies already validated by the extraneous check.

Would that be possible?

贡献者指南