-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Document import/recommended #2032
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
Unfortunately recommended rulesets in plugins aren’t often up to date with what’s recommended, because of semver constraints. It should be mentioned, but not encouraged. |
@ljharb Is there a different source for "what's recommended"? I couldn't find anything in the documentation besides |
Not really, no - but I’d suggest the Airbnb config. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I learned about the ruleset
import/recommended
from reading the CHANGELOG, but it's not in the README. Presumably it should replace all the examples that useimport/errors
andimport/warnings
? (though those rulesets should also be mentioned once)The text was updated successfully, but these errors were encountered: