-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
tools: remove excessive comments from .eslintrc #5151
Conversation
Once #5135 lands, the diff should look like what you see at Trott@cc99a75 |
@@ -17,98 +17,60 @@ ecmaFeatures: | |||
rules: | |||
# Possible Errors | |||
# list: https://github.com/eslint/eslint/tree/master/docs/rules#possible-errors |
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.
Maybe also remove list:
from each section?
LGTM with suggestion. |
Oh by the way, the commit title |
Commit message fixed, |
CI looks good, except for a Windows buildbot issue on one host. Shouldn't really affect anything because this is a linting tool change and nothing else, but I like my CIs green (or at least yellow), so let's try again: |
#5135 landed. Is this one ready to go? Looks like it might need a quick rebase. |
The comments make the config hard to scan. They do not provide any information that isn't in the documentation links referred to in comments (that are not being removed here). Additionally, all rule config sections are alphabetically ordered for easier scanning etc.
Rebased. New CI: https://ci.nodejs.org/job/node-test-pull-request/1627/ |
LGTM |
Unrelated known-ish flaky being addressed in another issue (and hopefully soon a PR), but otherwise, everything is OK. |
The comments make the config hard to scan. They do not provide any information that isn't in the documentation links referred to in comments (that are not being removed here). Additionally, all rule config sections are alphabetically ordered for easier scanning etc. PR-URL: nodejs#5151 Reviewed-By: Roman Reiss <[email protected]>
Landed in 783a563 |
The comments make the config hard to scan. They do not provide any information that isn't in the documentation links referred to in comments (that are not being removed here). Additionally, all rule config sections are alphabetically ordered for easier scanning etc. PR-URL: #5151 Reviewed-By: Roman Reiss <[email protected]>
The comments make the config hard to scan. They do not provide any information that isn't in the documentation links referred to in comments (that are not being removed here). Additionally, all rule config sections are alphabetically ordered for easier scanning etc. PR-URL: #5151 Reviewed-By: Roman Reiss <[email protected]>
The comments make the config hard to scan. They do not provide any information that isn't in the documentation links referred to in comments (that are not being removed here). Additionally, all rule config sections are alphabetically ordered for easier scanning etc. PR-URL: #5151 Reviewed-By: Roman Reiss <[email protected]>
The comments make the config hard to scan. They do not provide any information that isn't in the documentation links referred to in comments (that are not being removed here). Additionally, all rule config sections are alphabetically ordered for easier scanning etc. PR-URL: nodejs#5151 Reviewed-By: Roman Reiss <[email protected]>
The comments make the config hard to scan. They do not provide any information that isn't in the documentation links referred to in comments (that are not being removed here). Additionally, all rule config sections are alphabetically ordered for easier scanning etc. PR-URL: #5151 Reviewed-By: Roman Reiss <[email protected]>
This PR is on top of #5135 and should not be landed until that PR lands.
The comments make the config hard to scan. They do not provide any
information that isn't in the documentation links referred to in
comments (that are not being removed here).
Additionally, all rule config sections are alphabetically ordered for
easier scanning etc.
/cc @silverwind