Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-07-05 06:44:40 +0300
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2017-07-19 22:02:16 +0300
commit24950eab94bbe484c7e0a6cc255e0798eec00a3e (patch)
treed4ef285f8d8c5b22824ef3884f47bb3825cbaf60 /.eslintrc.yaml
parentf14ad7d0fac662d664883a0bec3f485a1a484130 (diff)
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>
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r--.eslintrc.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml
index 96f07d7564f..133bd67e716 100644
--- a/.eslintrc.yaml
+++ b/.eslintrc.yaml
@@ -167,7 +167,6 @@ rules:
template-curly-spacing: error
# Custom rules in tools/eslint-rules
- align-multiline-assignment: error
assert-throws-arguments: [error, { requireTwo: true }]
no-unescaped-regexp-dot: error