Closed pshrmn closed 4 years ago
let
function
Linting was mostly straightforward. The @curi/router package had a decent bit of re-org for not using functions before they are defined, but I also had to use some eslint-disable-next-lines because of where the router and history are defined.
@curi/router
eslint-disable-next-line
router
history
let
arrow functions overfunction
.Linting was mostly straightforward. The
@curi/router
package had a decent bit of re-org for not using functions before they are defined, but I also had to use someeslint-disable-next-line
s because of where therouter
andhistory
are defined.