Flow ignores dotfiles
Open
bug
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Running `flow` in a project that has `.eslintrc.js` or any other JS dotfile will silently skip these files, even if they have the `@flow` pragma.
Even `flow check .eslintrc.js` silently fails. As a test, run `flow check .test.js` with the following content:
```js
/* @flow */
const num: number = 'string'
```
Contributor guide
Assessment
This issue has not been assessed yet.