codeclimate / codeclimate-eslint

Code Climate Engine for ESLint
MIT License
95 stars 93 forks source link

Add you dont need lodash plugin #486

Closed ifyoumakeit closed 4 years ago

ifyoumakeit commented 4 years ago

This plugin helps codebases migrate from lodash/underscore to ES6+ based methods available natively on the browser. Currently it has about 25k downloads per week. We are currently using it but are blocked from adding it to the CodeClimate build due to it being missing here.

https://libraries.io/npm/eslint-plugin-you-dont-need-lodash-underscore https://www.npmjs.com/package/eslint-plugin-you-dont-need-lodash-underscore

Tested against eslintrc.js

module.exports = {
  extends: [
    "plugin:you-dont-need-lodash-underscore/compatible",
  ]
}
efueger commented 4 years ago

Hey Dave - thanks for the PR! I put this in the queue for our developers to take a look at. 👌

efueger commented 4 years ago

Hi Dave @ifyoumakeit - cheers! Should be live now. 👌