In a function library with no React import, zillow/react-hooks/rules-of-hooks errors out on any function prefaced with use.
function useFeature(data) {
return (data && data.feature);
}
error React Hook "useFeature" is called in function "getData" which is neither a React function component or a custom React Hook function zillow/react-hooks/rules-of-hooks