tools: remove excessive comments from .eslintrc
authorRich Trott <rtrott@gmail.com>
Tue, 9 Feb 2016 04:23:42 +0000 (20:23 -0800)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
commit19517c16c8db6807de64b804c617699a57c9dc25
tree4f510fee457780810fe2e430d17bbfda22e7847d
parented6d47b94444d8c86cc9760ac3e67c8ba10e8164
tools: remove excessive comments from .eslintrc

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: https://github.com/nodejs/node/pull/5151
Reviewed-By: Roman Reiss <me@silverwind.io>
.eslintrc