Skip to content

Commit

Permalink
changed the default rules
Browse files Browse the repository at this point in the history
  • Loading branch information
egamma committed Jan 15, 2016
1 parent 6e24039 commit c22706e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"rules": {
"no-unused-variable": true
"no-unused-expression": true,
"no-unreachable": true,
"no-duplicate-variable": true
}
}

0 comments on commit c22706e

Please sign in to comment.