Skip to content

Commit

Permalink
Add you dont need lodash plugin (#486)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Dave Garwacke authored Jun 17, 2020
1 parent 0612a73 commit 2cb3ded
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"eslint-plugin-wordpress": "^0.1.0",
"eslint-plugin-xogroup": "^1.2.0",
"eslint-plugin-xss": "^0.1.8",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
"glob": "^7.0.6",
"prettier": "^1.2.2"
},
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,13 @@ eslint-plugin-xss@^0.1.8:
dependencies:
requireindex "~1.1.0"

eslint-plugin-you-dont-need-lodash-underscore@^6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-you-dont-need-lodash-underscore/-/eslint-plugin-you-dont-need-lodash-underscore-6.10.0.tgz#63df0785ee1a07365ef77db907692f1ac928e000"
integrity sha512-Zu1KbHiWKf+alVvT+kFX2M5HW1gmtnkfF1l2cjmFozMnG0gbGgXo8oqK7lwk+ygeOXDmVfOyijqBd7SUub9AEQ==
dependencies:
kebab-case "^1.0.0"

eslint-restricted-globals@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"
Expand Down Expand Up @@ -2192,6 +2199,11 @@ jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
dependencies:
array-includes "^3.0.3"

kebab-case@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/kebab-case/-/kebab-case-1.0.0.tgz#3f9e4990adcad0c686c0e701f7645868f75f91eb"
integrity sha1-P55JkK3K0MaGwOcB92RYaPdfkes=

leven@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
Expand Down

0 comments on commit 2cb3ded

Please sign in to comment.