mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-26 14:03:36 -05:00
* chore: bump prettier and lint-staged * refactor: drop unused eslint disables Currently we need to fetch trending.json before we can build the site (i.e. before Cypress tests can run), so we can assume the file exists. In case the download fails in CI, linting will error first. I've added a comment to save some debugging time. Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>