jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

Update build system and dependencies #344

Closed james-pre closed 1 year ago

james-pre commented 1 year ago

With almost 5 years of programming experience, I believe BrowserFS' build system is somewhat cumbersome.

In addition, some of the dependencies (e.g. tslint) are deprecated and should be updated to the new ones (e.g. eslint-typescript).

james-pre commented 1 year ago

349 Removes some old dependencies and adds new ones for formatting/linting.