mysticatea/eslint-plugin-node

Better require/import check

Open

#100 geöffnet am 5. Dez. 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (186 Forks)github user discovery
acceptedenhancementhelp wanted

Repository-Metriken

Stars
 (956 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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?

Contributor Guide