Skip to content

Commit

Permalink
Fix sample json
Browse files Browse the repository at this point in the history
  • Loading branch information
gscshoyru committed Mar 14, 2014
1 parent c0f2a83 commit 6390c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sample.tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
],
"typedef-whitespace": [true,
["callSignature", "noSpace"],
[catchClause", "noSpace"],
"indexSignature: "space"]
]
["catchClause", "noSpace"],
["indexSignature", "space"]
],
"use-strict": [true,
"check-module",
"check-function"
Expand Down

0 comments on commit 6390c4e

Please sign in to comment.