Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created January 4, 2021 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dagda1/56b77cfda7f7f52a539034f465f8f20d to your computer and use it in GitHub Desktop.
Save dagda1/56b77cfda7f7f52a539034f465f8f20d to your computer and use it in GitHub Desktop.
{
"extends": "@cutting/eslint-config/react",
"rules": {
"react-hooks/rules-of-hooks": ["error", {
"additionalHooks": "(useIsomorphicLayoutEffect)"
}],
"react-hooks/exhaustive-deps": ["error", {
"additionalHooks": "(useIsomorphicLayoutEffect)"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment