node/tools/eslint-rules
Michaël Zasso 05332942e2 tools: enforce linebreak after ternary operators
This is to be consistent with the other operators and helps
understanding the context when the code is grepped.

PR-URL: https://github.com/nodejs/node/pull/10213
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-01-04 10:44:04 -06:00
..
align-function-arguments.js tools: make argument alignment linting more strict 2016-09-20 10:22:23 -07:00
align-multiline-assignment.js
assert-fail-single-argument.js
assert-throws-arguments.js tools: forbid template literals in assert.throws 2016-12-20 12:03:24 -05:00
buffer-constructor.js
new-with-error.js
no-let-in-for-declaration.js tools: avoid let in for loops 2016-10-17 09:43:41 -07:00
no-useless-regex-char-class-escape.js tools: enforce linebreak after ternary operators 2017-01-04 10:44:04 -06:00
prefer-assert-methods.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
require-buffer.js
required-modules.js