facebook / facebook/flow

[libs] in .flowconfig to use globs?

Open
#4,323 4 comments 14 reactions 0 assignees View on GitHub
feature request
Dominant language
Rust
Stars
22.3k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

Would be nice to be able to use globs or regex patterns.

```
[libs]
; doesn't work :(
node_modules/@company/**/flow/
node_modules/@company/.*/flow/

; works but tedious :S
node_modules/@company/module-one/flow/
node_modules/@company/module-two/flow/
; ...
node_modules/@company/module-four-hundred/flow/
```

See flowtype/flow-bin#39.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.