Skip to content

Commit

Permalink
tools: disable legacy indentation linting in tools
Browse files Browse the repository at this point in the history
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 <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
Trott committed Jun 27, 2017
1 parent 496f604 commit b714060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ rules:
MemberExpression: off,
ObjectExpression: first,
SwitchCase: 1}]
indent-legacy: 0

0 comments on commit b714060

Please sign in to comment.