mysticatea/eslint-plugin-node

Better require/import check

Open

#100 aperta il 5 dic 2017

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (186 fork)github user discovery
acceptedenhancementhelp wanted

Metriche repository

Star
 (956 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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?

Guida contributor