mozilla-frontend-infra/codetribute

Allow to match on substrings of component names.

Open

#321 opened on Aug 10, 2019

View on GitHub
 (3 comments) (2 reactions) (0 assignees)JavaScript (91 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (58 stars)
PR merge metrics
 (PR metrics pending)

Description

#320 wouldn't have needed to be such a massive change if we could, for example, wildcard on component names.

It'd be nice if we could automatically include all the Layout: * and DOM: * components there, that way renaming/reorganizing them wouldn't silently break the tool.

Contributor guide