You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elsewhere we're extending plugin:lodash/recommended, which loads all the rules defined in that plugin, and manually disabling some of them (like lodash/prefer-noop, which doesn't work with generators, or lodash/prefer-lodash-method because it encourages coupling our code with lodash's current interface instead of the standard javascript syntax).
Do we want to do something similar here? Do we prefer to be a bit more conservative and just whitelist a small subset of easy and non-controversial rules for now?
https://github.com/wix/eslint-plugin-lodash
The text was updated successfully, but these errors were encountered: