Skip to content

Commit

Permalink
Chore: remove incorrect comment
Browse files Browse the repository at this point in the history
it is no longer needed, as #11742 get merged. :)
  • Loading branch information
aladdin-add committed May 26, 2019
1 parent 4039a49 commit 28be1c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/linter/linter.js
Expand Up @@ -934,8 +934,6 @@ function getEnv(slots, envId) {
function getRule(slots, ruleId) {
return (
(slots.lastConfigArray && slots.lastConfigArray.pluginRules.get(ruleId)) ||

// This returns the stub for missing rules if the rule does not exist.
slots.ruleMap.get(ruleId)
);
}
Expand Down

0 comments on commit 28be1c9

Please sign in to comment.