Skip to content

Commit

Permalink
Fix sorting of whitespace rule options (palantir#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
janaagaard75 authored and adidahiya committed Jun 27, 2016
1 parent 0569041 commit c4c3f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ Core rules are included in the `tslint` package.
* `whitespace` enforces spacing whitespace. Rule options:
* `"check-branch"` checks branching statements (`if`/`else`/`for`/`while`) are followed by whitespace.
* `"check-decl"`checks that variable declarations have whitespace around the equals token.
* `"check-operator"` checks for whitespace around operator tokens.
* `"check-module"` checks for whitespace in import & export statements.
* `"check-operator"` checks for whitespace around operator tokens.
* `"check-separator"` checks for whitespace after separator tokens (`,`/`;`).
* `"check-type"` checks for whitespace before a variable type specification.
* `"check-typecast"` checks for whitespace between a typecast and its target.
Expand Down

0 comments on commit c4c3f0d

Please sign in to comment.