-
-
Notifications
You must be signed in to change notification settings - Fork 403
definition for rule 'unicorn/consistent-function-scoping' was not found unicorn/consistent-function-scoping #690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
the rule's file is present at: |
Does this help? |
hah, weird, but yes, it did! thanks! |
You'll have to find the wrong version of |
@fisker i just managed to figure it out. The problem was that my own linter configuration was extended by default the unicorn, even though it was not within it's peer dependencies. So it was all my mistake. I deleted my comment, thought i will be faster than you are, but you were quicker. Anyway, the problem was on my side. Thank you for your time! :) |
This issue is present both underű"eslint-plugin-unicorn": "^17.1.0"
an
"eslint-plugin-unicorn": "^18.0.1"`. It seems like it's not a version issue since this rule exists for a while, though I would like to turn it for in a specific case.Any idea how to solve this?
Thanks
The text was updated successfully, but these errors were encountered: