thoughtbot / superglue

A productive library for Classic Rails, React and Redux
https://thoughtbot.github.io/superglue/
MIT License
365 stars 10 forks source link

Fixed eslint errors #74

Closed jho406 closed 3 months ago

jho406 commented 3 months ago

This fixes eslint errors. First by running --fix which cleaned up let into const. And lastly a few manual things like an empty function that i added a comment on to get it passing. Output to dist remains the same.