WordPress/gutenberg

Add linting rule to fail build if package A incorrectly depends on package B

Open

#11.865 geöffnet am 14. Nov. 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (3.893 Forks)batch import
Good First IssueNeeds Dev[Type] Automated Testing[Type] Enhancement

Repository-Metriken

Stars
 (9.607 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 18h) (509 gemergte PRs in 30 T)

Beschreibung

Because we want to avoid cross-dependencies in our packages, it would be helpful if these cross-dependencies were caught by JavaScript linting.

We should add a linting rule that fails the build if package A incorrectly depends on package B.

From https://github.com/WordPress/gutenberg/pull/11409#issuecomment-438695404

Contributor Guide