Seems like [most people don't need it](https://twitter.com/search?q=useeffect%20without%20dependency%20array&src=typed_query) - there's almost never a real use case for it. Potentially helpful: - Prior art: https://unpkg.com/browse/eslint-plugin-use-effect-no-deps@1.1.2/lib/rules/use-effect-no-deps.js - How to get a reference to `useState` - can use this as a basis for this and also [#36](https://github.com/upleveled/eslint-plugin-upleveled/issues/36) - from `eslint-plugin-react`: https://github.com/yannickcr/eslint-plugin-react/blob/5f49f51dd237dd4c6758bc0c3e5b300a28770966/lib/rules/hook-use-state.js