`PROJECT_ROOT` not supported in .flowconfig -> [libs]
Open
bug
feature request
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
`` doesn't work in all section of the config file, which sounds like a bug.
```
[ignore]
/node_modules/.*
...
[libs]
/path/to/types.flow.js
...
```
No error was reported, which makes this almost impossible to debug. By removing the `/` (by @jeffmo's suggestion) everything works as expected.
Contributor guide
Assessment
This issue has not been assessed yet.