-
Notifications
You must be signed in to change notification settings - Fork 94
Add more packages and blocklist more rules #342
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
Conversation
These will not work with our issues reported, so we should not emit issues for them
I tested this on some OSS repos and it seems to work well |
"eslint-config-xo-react": "^0.13.0", | ||
"eslint-config-xo-space": "^0.16.0", | ||
"eslint-import-resolver-node": "^0.3.1", | ||
"eslint-import-resolver-webpack": "^0.8.3", |
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.
We've had trouble with these revolvers in the past. Do we need to include them if we're blocklisting some of the import/
rules?
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.
I think we do because the blocklisting happens when we report the issues. If we don't have these here, the analysis will error working with the config, right?
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.
Ahh, probably... sounds good to me.
Ports #342 to the eslint-4 channel
No description provided.