Closed chad-ramos closed 6 years ago
What are your thoughts on changing the following
{ name: "admin-on-rest", data: [{ date: new Date('2014/09/15 14:21:31') }, /* ... */ ,] },
to
{ name: "admin-on-rest", data: [{ date: new Date('2014/09/15 14:21:31') }, /* ... */] },
I am failing to see the value of ,
after /* ... */
on lines 55 and 56
No problem for the last change. I guess it was on several lines before, but Prettier reviewed it. :)
Thanks! :)
Code for sample repositoriesData (line 54) missing closing brackets.