import-js/eslint-plugin-import

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

Open

#903 aperta il 26 lug 2017

Vedi su GitHub
 (19 commenti) (37 reazioni) (0 assegnatari)JavaScript (1540 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (4946 star)
Metriche merge PR
 (Merge medio 138g 22h) (3 PR mergiate in 30 g)

Descrizione

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

Guida contributor