-
-
Notifications
You must be signed in to change notification settings - Fork 538
Description
Hi,
See below a few ideas - let me know what you think...
Typescript Definitions
What do the maintainers think about moving the typescript definitions for react-tooltip to this repo?
There are definitions on definitely typed, but it looks like they're not being updated in-sync with changes here, and including the definitions in the repo would ensure new releases include up-to-date type definitions.
If you're open to this, I'm happy to migrate / update the type defs.
Other Stuff
I'm saying this as someone who recently tried to submit a pull request for this project - not as a criticism.
It was fairly tedious getting the project set up on my development machine (ex: the eslint rules are out of date, so they didn't run properly). I think we need a more explicit, step-by-step guide to project setup to make it truly idiot-proof (for folks like me). This will:
- Make it easier for folks to contribute
- Make it easier to test / maintain
Let me know if you have any thoughts. Thanks for all your good work.