Commit graph

4 commits

Author SHA1 Message Date
Antoine du Hamel
218c6d160b
@uppy/code: allow plugins to type PluginState (#4872) 2024-01-18 12:25:49 +01:00
Antoine du Hamel
984bdc135d
meta: use explicit-module-boundary-types lint rule (#4858)
* meta: use `explicit-module-boundary-types` instead of `explicit-function-return-type`

It seems to better align with what we are after: stability of public API types. We likely don't need explicit types for all functions, and it's a bit tedious to have when converting an existing plugin.
2024-01-08 13:57:02 +01:00
Antoine du Hamel
725bdc5a16
@uppy/core: fix types (#4842) 2023-12-28 17:06:39 +01:00
Murderlon
c48aa82a8a
@uppy/core: refactor to TS
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2023-12-14 19:39:43 +01:00