tools: re-enable comma-spacing linter rule
authorRoman Reiss <me@silverwind.io>
Sun, 28 Jun 2015 15:42:35 +0000 (17:42 +0200)
committerRoman Reiss <me@silverwind.io>
Mon, 29 Jun 2015 17:04:16 +0000 (19:04 +0200)
commite3f9335c407602f7bd5f61a8697198d05cb5653b
tree83dd03e9d7d5e3bdcc6d1615a55b5481447502a8
parentd91e10b3bd4f3011befa91d68a4305a0f438c62e
tools: re-enable comma-spacing linter rule

The rule was disabled because of an eslint bug which is now resolved.
All code in lib was already conforming and only test code needed a few
changes to make the linter happy with this rule enabled.

Ref: https://github.com/eslint/eslint/issues/2408

PR-URL: https://github.com/nodejs/io.js/pull/2072
Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Alex Kocharin <alex@kocharin.ru>
.eslintrc
test/parallel/test-dgram-oob-buffer.js
test/parallel/test-domain-http-server.js
test/parallel/test-fs-mkdir.js
test/parallel/test-http-server-multiheaders.js
test/parallel/test-sys.js
test/parallel/test-tls-npn-server-client.js
test/parallel/test-tls-session-cache.js
test/parallel/test-util-log.js
test/parallel/test-zlib-dictionary-fail.js
test/sequential/test-tls-honorcipherorder.js