Skip to content

Commit

Permalink
Fix incorrect rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nason committed Aug 2, 2017
1 parent 14cbc90 commit d5209b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodash.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {

rules: {
// Chaining makes tree-shaking difficult
'lodash/prefer-chain': 0,
'lodash/prefer-lodash-chain': 0,

// Native methods are fine too
'lodash/prefer-lodash-method': 0,
Expand Down

0 comments on commit d5209b3

Please sign in to comment.