Skip to content

Commit

Permalink
Remove no-duplicate-key rule (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey authored Oct 25, 2016
1 parent 5ad76c0 commit 4e0eaaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module.exports = {
'label-position': true,
'no-arg': true,
'no-conditional-assignment': true,
'no-duplicate-key': true,
'no-duplicate-variable': true,
'no-empty': true,
'no-eval': true,
Expand Down

0 comments on commit 4e0eaaf

Please sign in to comment.