sparkbox / bouncy-ball

:red_circle: Compare web animation techniques by bouncing a ball with each one.
https://sparkbox.github.io/bouncy-ball
MIT License
605 stars 66 forks source link

Update Javascript Styling across the codebase #30

Closed bryanbraun closed 7 years ago

bryanbraun commented 7 years ago

We just added eslint rules in https://github.com/sparkbox/bouncy-ball/pull/28, but we haven't updated the code to reflect the new rules.

(Note to self: I should probably confirm that the new rules are what we really want)

Update the JS files in this codebase to match the linting rules (both "examples" and the site JS itself). This should be straightforward if your text editor picks up the .eslintrc file.