Skip to content

Commit

Permalink
tools: remove align-multiline-assignment lint rule
Browse files Browse the repository at this point in the history
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: nodejs#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>
  • Loading branch information
Trott committed Jul 7, 2017
1 parent 84f9261 commit a965067
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
67 changes: 0 additions & 67 deletions tools/eslint-rules/align-multiline-assignment.js

This file was deleted.

0 comments on commit a965067

Please sign in to comment.