Skip to content

Commit 56635ea

Browse files
committed
config: remove the outdated mention of useAsyncEffectAndCatch in exhaustive-deps-async
1 parent 807fda1 commit 56635ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/config/other.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import type { Linter } from "eslint";
33
import { restrictedSyntaxRules } from "./restricted-syntax";
44

55
export const otherRules = {
6-
"@denis-sokolov/exhaustive-deps-async": [
7-
"error",
8-
{ additionalHooks: "useAsyncEffectAndCatch" },
9-
],
6+
"@denis-sokolov/exhaustive-deps-async": "error",
107
"@denis-sokolov/no-single-letter-generic-types": "error",
118
"@denis-sokolov/no-todos": "error",
129

0 commit comments

Comments
 (0)