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: #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 authored and addaleax committed Jul 18, 2017
1 parent 544300e commit f8d76dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yaml
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 f8d76dc

Please sign in to comment.