Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Merge bb57558 into 7bd0438
Browse files Browse the repository at this point in the history
  • Loading branch information
doug committed Sep 4, 2014
2 parents 7bd0438 + bb57558 commit 5e0326d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/rules/disallow-multiple-var-decl.js
Expand Up @@ -9,10 +9,6 @@ module.exports.prototype = {
typeof disallowMultipleVarDecl === 'boolean',
'disallowMultipleVarDecl option requires boolean value'
);
assert(
disallowMultipleVarDecl === true,
'disallowMultipleVarDecl option requires true value or should be removed'
);
},

getOptionName: function() {
Expand Down

0 comments on commit 5e0326d

Please sign in to comment.