I think that eslint-plugin-react-hooks rules might be going to far. I have a function that starts with use prefix but it doesn't mean that I wrote a React hook, especially when the code in question is in not related or used with React. Here's what I mean:
