6.0.0-alpha.1 tries to process configuration files in ignored directories #11724
Labels
archived due to age
This issue has been archived; please open a new issue for any further discussion
auto closed
The bot closed this issue
question
This issue asks a question about ESLint
Tell us about your environment
What parser (default, Babel-ESLint, etc.) are you using?
default
Please show your full configuration:
Configuration
Top-level
.eslintrc.js
Top-level
.eslintignore
For
test/.eslintrc.js
What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.
No source code necessary (I had an index.js that was commented out).
./node_modules/.bin/eslint .
What did you expect to happen?
No errors
What actually happened? Please include the actual, raw output from ESLint.
Normal files within ignored directories are correctly ignored, but it seems that the
.eslintrc.js
files are still processed.Are you willing to submit a pull request to fix this bug?
No
The text was updated successfully, but these errors were encountered: