davidofwatkins / rescroller

Decorate your scrollbars.
33 stars 3 forks source link

Enforce Formatting and Linting #8

Closed davidofwatkins closed 1 year ago

davidofwatkins commented 1 year ago

This enables JS linting with Airbnb's recommended eslint configuration and formatting with Prettier. This also implements changes to satisfy those standards (both manual and automatic).

Warning some manual changes were made to satisfy eslint rules that could be considered risky (e.g., for loops → Object.keys().forEach() loops).

To support the above changes, this also adds: