Skip to content

Commit

Permalink
Update sample.tslint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DickvdBrink committed Jun 24, 2014
1 parent fef6cc8 commit c53e6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sample.tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"no-empty": true,
"no-eval": true,
"no-string-literal": true,
"no-switch-case-fall-through": true,
"no-trailing-comma": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
Expand All @@ -54,7 +55,6 @@
"triple-equals": [true, "allow-null-check"],
"typedef": [true,
"callSignature",
"catchClause",
"indexSignature",
"parameter",
"propertySignature",
Expand Down

0 comments on commit c53e6a2

Please sign in to comment.