Skip to content

Commit

Permalink
removes quote in lodash/recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
godu committed Mar 13, 2016
1 parent 87496dc commit 25499be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
'lodash/prefer-compact': 2,
'lodash/prefer-constant': 2,
'lodash/prefer-filter': [2, 3],
'lodash/prefer-flat-map': '2',
'lodash/prefer-flat-map': 2,
'lodash/prefer-get': [2, 3],
'lodash/prefer-invoke-map': 2,
'lodash/prefer-is-nil': 2,
Expand Down

0 comments on commit 25499be

Please sign in to comment.