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 <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
Trott authored and addaleax committed Jul 11, 2017
1 parent 8626948 commit 18b19cf
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 18b19cf

Please sign in to comment.