Skip to content

Commit

Permalink
Fix indentation in sample.tslint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed May 3, 2016
1 parent 193de54 commit 8500e6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sample.tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"statements"
],
"ban": [
true,
[ "_", "forEach" ],
[ "_", "each" ],
[ "$", "each" ],
[ "angular", "forEach" ]
true,
[ "_", "forEach" ],
[ "_", "each" ],
[ "$", "each" ],
[ "angular", "forEach" ]
],
"class-name": true,
"comment-format": [
Expand Down

0 comments on commit 8500e6d

Please sign in to comment.