ESLint recursively trying to lint folders added by yarn link
#3104
Labels
needs reproduction
This issue is missing a minimal runnable reproduction, provided by the author
scope: eslint
Version
3.2.1
Environment info
Steps to reproduce
Using
yarn link
to add a local package folder to node_modules results in es-lint checking the .eslintrc in the package directory.What is expected?
No errors
What is actually happening?
Project directory: /Users/wellcaffeinated/Documents/github/minutelabsio/what-is-a-day
using yarn link to add "frames.js" directory.
When importing the module into a .vue file, i get this error:
Tried "no-eslintrc": true in eslintConfig. No effect.
Tried adding node_modules to .eslintignore. No effect.
Want to disable eslint's checking of the node_modules directory
The text was updated successfully, but these errors were encountered: