File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 55 ],
66 "consistent-return" : 0 ,
77 "rules" : {
8- "no-param-reassign" : 0 ,
98 "max-len" : 0 ,
109 "no-plusplus" : 0 ,
1110 "linebreak-style" : 0 ,
1211 "consistent-return" : 0 ,
1312 "no-useless-return" : 0 ,
1413 "no-return-assign" : 0 ,
15- "comma-dangle" : 0 ,
1614 "arrow-body-style" : 0 ,
17- "max-len" : 0 ,
1815 "no-unused-vars" : 0 ,
1916 "no-useless-constructor" : 0 ,
2017 "import/no-unresolved" : 0
Original file line number Diff line number Diff line change 77const each = ( elements , cb ) => {
88 // Iterates over a list of elements, yielding each in turn to the `cb` function.
99 // This only needs to work with arrays.
10+ // You should also pass the index into `cb` as the second argument
1011 // based off http://underscorejs.org/#each
1112} ;
1213
You can’t perform that action at this time.
0 commit comments