Skip to content

Commit 84b1641

Browse files
Trottaddaleax
authored andcommitted
tools: disable legacy indentation linting in tools
The tools directory has newer and stricter indentation enabled, but the legacy indentation rules were not disabled. This could potentitally result in a conflict between the two rule sets. Disable legacy linting. PR-URL: #13895 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 4ecff6c commit 84b1641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/.eslintrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ rules:
1010
MemberExpression: off,
1111
ObjectExpression: first,
1212
SwitchCase: 1}]
13+
indent-legacy: 0

0 commit comments

Comments
 (0)