File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- extends : "airbnb-base" ,
2
+ extends : [
3
+ "airbnb-base" ,
4
+ "plugin:you-dont-need-lodash-underscore/compatible"
5
+ ] ,
3
6
rules : { "newline-per-chained-call" : [ 2 ] }
4
7
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
+ "eslint-plugin-you-dont-need-lodash-underscore" : " ^6.3.1" ,
3
4
"lodash" : " ^4.17.5" ,
4
5
"node-fetch" : " ^2.1.2"
5
6
},
Original file line number Diff line number Diff line change @@ -273,6 +273,12 @@ eslint-plugin-import@^2.11.0:
273
273
read-pkg-up "^2.0.0"
274
274
resolve "^1.6.0"
275
275
276
+ eslint-plugin-you-dont-need-lodash-underscore@^6.3.1 :
277
+ version "6.3.1"
278
+ resolved "https://registry.yarnpkg.com/eslint-plugin-you-dont-need-lodash-underscore/-/eslint-plugin-you-dont-need-lodash-underscore-6.3.1.tgz#652ddaf98a5cebb733d0ae9ae7207cf14d3837b6"
279
+ dependencies :
280
+ kebab-case "^1.0.0"
281
+
276
282
eslint-restricted-globals@^0.1.1 :
277
283
version "0.1.1"
278
284
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"
@@ -588,6 +594,10 @@ json-stable-stringify-without-jsonify@^1.0.1:
588
594
version "1.0.1"
589
595
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
590
596
597
+ kebab-case@^1.0.0 :
598
+ version "1.0.0"
599
+ resolved "https://registry.yarnpkg.com/kebab-case/-/kebab-case-1.0.0.tgz#3f9e4990adcad0c686c0e701f7645868f75f91eb"
600
+
591
601
levn@^0.3.0, levn@~0.3.0 :
592
602
version "0.3.0"
593
603
resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
You can’t perform that action at this time.
0 commit comments