Skip to content

Commit f8d76dc

Browse files
Trottaddaleax
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. 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 544300e commit f8d76dc

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
@@ -167,7 +167,6 @@ rules:
167167
template-curly-spacing: error
168168

169169
# Custom rules in tools/eslint-rules
170-
align-multiline-assignment: error
171170
assert-throws-arguments: [error, { requireTwo: true }]
172171
no-unescaped-regexp-dot: error
173172

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

-67
This file was deleted.

0 commit comments

Comments
 (0)