eslint-plugin-lodash-fp
Advanced tools
Changelog
[2.1.3] - 2016-11-08
no-single-composition
] by allowing array expressions with multiple elements ([#42], thanks [@iam4x]).ast-utils
] by [eslint-ast-utils
] (package was renamed).isStaticRequire
function by the similarly named function in [eslint-ast-utils
].Changelog
[2.1.2] - 2016-11-03
no-extraneous-function-wrapping
] not handling some constructs (now uses [ast-utils]).Changelog
[2.1.1] - 2016-10-14
no-single-composition
] triggering errors when using spread arguments.Changelog
[2.1.0] - 2016-10-10
minor
version by accident. It should have been a patch
.use-fp
] on package names starting with lodash-
([#41, thanks [@penny-five])Changelog
[2.0.1] - 2016-08-24
no-extraneous-function-wrapping
when using return
without an argument.no-extraneous-function-wrapping
when using the last argument twice in the arguments ([#38], thanks [@godu]).Changelog
[2.0.0] - 2016-07-15
prefer-composition-grouping
].prefer-composition-grouping
] to use [_.overEvery
]/[_.overSome
] to replace multiple [_.filter
]/[_.reject
]._.bindAll
] in [no-unused-result
] ([#36], thanks [@dfadler]).eslint
] as a dependency.Changelog
[1.3.0] - 2016-05-26
no-unused-result
] ruleprefer-composition-grouping
]'s error message ([#30], thanks [@gunar]).no-extraneous-iteratee-args
]'s error message.prefer-composition-grouping
] now handles aliases, and can report multiple errors in the same flow construct.no-for-each
] now also reports uses of [_.forIn
] and [_.forOwn
].Changelog
[1.2.0] - 2016-05-08
no-extraneous-iteratee-args
] ruleno-partial-of-curried
] rulepreferred-alias
] ruleno-extraneous-args
] now also handles aliases.no-extraneous-function-wrapping
].no-extraneous-args
] now recommends an alternative whenever possible, and tells when to use an array for method that used rest args.