-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for eslint-plugin-redux-saga #33
Conversation
/cc @pke This PR unlocks documentation support for
|
👍 absolutely @amercier, thanks for the info. I wonder however where the text from your screenshot is derived from? |
Thanks! Do you mean, the |
Yes, I thought it extracts it from the documentation somehow. |
Yep, errors are extracted from ESLint output and processed here: https://github.com/AtomLinter/linter-eslint/blob/master/src/helpers.js#L240-L334 |
Please note that this package is only a legacy workaround for this functionality. The correct way to specify documentation is to specify the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although this is a legacy workaround, there's nothing against merging this 😉.
@Arcanemagus Thanks for merging and the explanation! Good to know :) |
Description
This PR adds support for eslint-plugin-redux-saga.
Ex: redux-saga/no-yield-in-race.
PR