diff options
author | Rich Trott <rtrott@gmail.com> | 2017-07-04 20:44:40 -0700 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2017-09-05 12:49:49 -0400 |
commit | 8b7c4fc06ff5bbc34215585965e66301c476d107 (patch) | |
tree | 5d7d683d4d05289dad7e1ae2bef50a99c17ecc53 /.eslintrc.yaml | |
parent | 46e4a026b61e26a0307c1911f081a619d4216d84 (diff) | |
download | node-new-8b7c4fc06ff5bbc34215585965e66301c476d107.tar.gz |
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.
Backport-PR-URL: https://github.com/nodejs/node/pull/14835
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>
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r-- | .eslintrc.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 2b0e487567..1e30f5a554 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -166,7 +166,6 @@ rules: template-curly-spacing: 2 # Custom rules in tools/eslint-rules - align-multiline-assignment: 2 assert-throws-arguments: [2, { requireTwo: true }] # Global scoped method and vars |