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> |
||
|---|---|---|
| .. | ||
| align-function-arguments.js | ||
| align-multiline-assignment.js | ||
| assert-fail-single-argument.js | ||
| buffer-constructor.js | ||
| new-with-error.js | ||
| no-deepEqual.js | ||
| require-buffer.js | ||
| required-modules.js | ||