node/tools/eslint-rules
Rich Trott 24950eab94 tools: remove align-multiline-assignment lint rule
In preparation for stricter indentation linting, remove the
align-multiline-assignment custom rule, as it may conflict with the
ESLint stricter indentation linting.

PR-URL: https://github.com/nodejs/node/pull/14079
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2017-07-19 15:02:16 -04:00
..
assert-throws-arguments.js tools: forbid template literals in assert.throws 2016-12-19 08:04:36 +01:00
buffer-constructor.js
no-let-in-for-declaration.js tools: avoid let in for loops 2016-10-14 13:37:12 -07:00
no-unescaped-regexp-dot.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
prefer-assert-iferror.js tools,test: enforce assert.ifError with lint rule 2017-01-09 09:20:38 -08:00
prefer-assert-methods.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
prefer-common-mustnotcall.js tools: add rule prefering common.mustNotCall() 2017-03-26 12:47:21 -07:00
require-buffer.js
required-modules.js tools: change var to const in ./eslint-rules 2017-07-19 15:02:03 -04:00