File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 96
96
"eslint-plugin-wordpress" : " ^0.1.0" ,
97
97
"eslint-plugin-xogroup" : " ^1.2.0" ,
98
98
"eslint-plugin-xss" : " ^0.1.8" ,
99
+ "eslint-plugin-you-dont-need-lodash-underscore" : " ^6.10.0" ,
99
100
"glob" : " ^7.0.6" ,
100
101
"prettier" : " ^1.2.2"
101
102
},
Original file line number Diff line number Diff line change @@ -1532,6 +1532,13 @@ eslint-plugin-xss@^0.1.8:
1532
1532
dependencies :
1533
1533
requireindex "~1.1.0"
1534
1534
1535
+ eslint-plugin-you-dont-need-lodash-underscore@^6.10.0 :
1536
+ version "6.10.0"
1537
+ resolved "https://registry.yarnpkg.com/eslint-plugin-you-dont-need-lodash-underscore/-/eslint-plugin-you-dont-need-lodash-underscore-6.10.0.tgz#63df0785ee1a07365ef77db907692f1ac928e000"
1538
+ integrity sha512-Zu1KbHiWKf+alVvT+kFX2M5HW1gmtnkfF1l2cjmFozMnG0gbGgXo8oqK7lwk+ygeOXDmVfOyijqBd7SUub9AEQ==
1539
+ dependencies :
1540
+ kebab-case "^1.0.0"
1541
+
1535
1542
eslint-restricted-globals@^0.1.1 :
1536
1543
version "0.1.1"
1537
1544
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"
@@ -2192,6 +2199,11 @@ jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
2192
2199
dependencies :
2193
2200
array-includes "^3.0.3"
2194
2201
2202
+ kebab-case@^1.0.0 :
2203
+ version "1.0.0"
2204
+ resolved "https://registry.yarnpkg.com/kebab-case/-/kebab-case-1.0.0.tgz#3f9e4990adcad0c686c0e701f7645868f75f91eb"
2205
+ integrity sha1-P55JkK3K0MaGwOcB92RYaPdfkes=
2206
+
2195
2207
leven@^2.0.0 :
2196
2208
version "2.1.0"
2197
2209
resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
You can’t perform that action at this time.
0 commit comments