|
|
|
|
|
by newzisforsukas
705 days ago
|
|
> Use () => instead of function() for defining functions. > Use const when possible, but use let if the same name is reused in the same scope. looks like some of that could have been handled with a linter autofixing afterwards. $70 seems like a lot for 15,000 lines? |
|