Skip to content

Commit 8b7c4fc

Browse files
TrottMylesBorins
authored andcommitted
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: #14835 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]>
1 parent 46e4a02 commit 8b7c4fc

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

.eslintrc.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ rules:
166166
template-curly-spacing: 2
167167

168168
# Custom rules in tools/eslint-rules
169-
align-multiline-assignment: 2
170169
assert-throws-arguments: [2, { requireTwo: true }]
171170

172171
# Global scoped method and vars

tools/eslint-rules/align-multiline-assignment.js

-67
This file was deleted.

0 commit comments

Comments
 (0)