tus / tus-js-client

A pure JavaScript client for the tus resumable upload protocol
https://tus.io/
MIT License
2.09k stars 312 forks source link

Switch from ESLint & Prettier to Biome #690

Closed Acconut closed 4 months ago

Acconut commented 4 months ago

This PR replaces ESLint and Prettier with Biome, resulting in a less complex configuration file for linting and formatting. It is based on Biome's recommended rules plus some rules that were suggested by Biome's migration script. Some changes to our source code was necessary to please the new tool, but I think they are fair overall.

Murderlon commented 4 months ago

LGTM