Skip to content

Commit 923d6d6

Browse files
committed
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.
1 parent 3d89abe commit 923d6d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/.eslintrc.yaml

Lines changed: 1 addition & 0 deletions
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)