Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Nov 13, 2024
1 parent cbc313f commit 2e518ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/browser-extension/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ module.exports = {
"react-hooks/exhaustive-deps": [
"error",
{
// Can't add useAsyncEffect to the additional hooks rule because ruleset complains about passing
// Can't add useAsyncEffect to the additionalHooks property because rule complains about passing
// `async` methods to hooks. (Because it's technically non-deterministic in execution order)
// additionalHooks: "",
// https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md#advanced-configuration
},
],
"jest/valid-title": [
Expand Down

0 comments on commit 2e518ac

Please sign in to comment.