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.
  • Loading branch information
Trott committed Jun 27, 2017
1 parent 3d89abe commit 923d6d6
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 923d6d6

Please sign in to comment.