eslint-plugin-lodash icon indicating copy to clipboard operation
eslint-plugin-lodash copied to clipboard

ESLint rules for lodash

Results 64 eslint-plugin-lodash issues
Sort by recently updated
recently updated
newest added

ESLint v8.0.0 is [released](https://eslint.org/blog/2021/10/eslint-v8.0.0-released) 🎉 It would be awesome to have official ESLint 8 support. 👊 I'm happy to help where I can of course 🙂

The [`lodash/chaining`](https://github.com/wix/eslint-plugin-lodash/blob/master/docs/rules/chaining.md) rule doesn’t work when using a deep import, which is a best practice for bundle-size: ```js import chain from 'lodash/chain' ``` It only works when `chain` is imported...

I see another bug related to the default setting for this rule, but it also doesnt correctly autofix. Take this code: ``` const { data } = params; // data...

Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.32.0. Release notes Sourced from eslint's releases. v7.32.0 3c78a7b Chore: Adopt eslint-plugin/prefer-message-ids rule internally (#14841) (Bryan Mishkin) faecf56 Update: change reporting location for curly rule...

dependencies

Bumps [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin) from 2.3.0 to 3.5.3. Changelog Sourced from eslint-plugin-eslint-plugin's changelog. v3.5.3 (2021-07-30) Fix: False negative in prefer-message-ids rule (#173) (c5c4b62) v3.5.2 (2021-07-29) Fix: support eslint v6 (#172) (f7384ad) v3.5.1...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.1 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@​kirill-golovan) #4688: Usage...

dependencies

Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 3.1.0 to 3.1.1. Release notes Sourced from coveralls's releases. Maintenance / Security updates swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx....

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 2.2.1 to 2.3.0. Changelog Sourced from auto-changelog's changelog. v2.3.0 feat: add support for minor/preminor versions for custom templates [#185](https://github.com/CookPete/auto-changelog/issues/185) Feat: add sortCommits by subject and subject-desc [#186](https://github.com/CookPete/auto-changelog/issues/186)...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in hosted-git-info The npm...

dependencies
security