facebook / facebook/jscodeshift
"!.jenkins/" in the ".eslintignore" makes jscodeshift ignore all files
Open
bug
- Dominant language
- JavaScript
- Stars
- 10k
- Forks
- 498
- PR merge metrics
- No merged PRs in 30d
Description
Our `.eslintignore`:
```
...
!.jenkins/
...
```
According to ESLint docs:
> Lines preceded by `!` are negated patterns that re-include a pattern that was ignored by an earlier pattern
https://eslint.org/docs/user-guide/configuring.html#configuring-rules
But in the jscodeshift case when supplied as `--ignore-config .eslintignore` it makes jscodeshift ignore all files.
Contributor guide
Assessment
This issue has not been assessed yet.