Skip to content

Commit

Permalink
Merge pull request #21 from segmentio/add/no-redeclare
Browse files Browse the repository at this point in the history
Adds no-redeclare to our rules
  • Loading branch information
Nathan Houle committed Jul 9, 2015
2 parents 911a557 + 580606e commit d4519b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
'no-multiple-empty-lines': [2, {'max': 2}],
'no-nested-ternary': 2,
'no-new-require': 2,
'no-redeclare': 2,
'no-self-compare': 2,
'no-shadow': 0,
'no-throw-literal': 2,
Expand Down

0 comments on commit d4519b6

Please sign in to comment.