jaymascarenas
10/4/2019 - 7:46 PM

ESLINT Disable Lines

For when you do not want to included everything in a useEffect array parameter
// eslint-disable-next-line react-hooks/exhaustive-deps

For when you want to disable linting on the next line
// eslint-disable-next-line