node/tools/eslint-rules
Rich Trott ceeae4b180 tools,test: make argument linting more stringent
The custom linting rule for argument alignment in multi-line function
calls previously ignored template strings in an effort to avoid false
positives. This isn't really necessary. Enforce for template strings and
adjust whitespace in three tests to abide. (Insert "The test abides"
joke of your choosing here.)

PR-URL: https://github.com/nodejs/node/pull/6720
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-05-17 08:08:23 -05:00
..
align-function-arguments.js tools,test: make argument linting more stringent 2016-05-17 08:08:23 -05:00
align-multiline-assignment.js tools: remove default parameters from lint rule 2016-05-03 20:20:34 -04:00
assert-fail-single-argument.js tools: lint rule for assert.fail() 2016-04-26 12:16:22 -07:00
buffer-constructor.js tools: add buffer-constructor eslint rule 2016-03-18 17:05:18 -07:00
new-with-error.js tools: remove obsolete lint rules 2016-02-18 10:13:03 -08:00
no-deepEqual.js tools: enforce deepStrictEqual over deepEqual 2016-04-26 12:16:35 -07:00
require-buffer.js tools: remove obsolete lint rules 2016-02-18 10:13:03 -08:00
required-modules.js tools: remove obsolete lint rules 2016-02-18 10:13:03 -08:00