Skip to content
Advertisement

Tag: standardjs

Definition for rule ‘react-hooks/exhaustive-deps’ was not found

I am getting the following eslint error after adding // eslint-disable-next-line react-hooks/exhaustive-deps in my code. 8:14 error Definition for rule ‘react-hooks/exhaustive-deps’ was not found I referred to this post to fix this but the solution mentioned doesn’t work in my case. Any clue how to suppress this eslint error? PS I’m using standardjs in conjuction. Answer Not a perfect solution

Advertisement