mysticatea/eslint-plugin-node

Better require/import check

Open

#100 aberto em 5 de dez. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (186 forks)github user discovery
acceptedenhancementhelp wanted

Métricas do repositório

Stars
 (956 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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?

Guia do colaborador