We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807fda1 commit 56635eaCopy full SHA for 56635ea
src/config/other.ts
@@ -3,10 +3,7 @@ import type { Linter } from "eslint";
3
import { restrictedSyntaxRules } from "./restricted-syntax";
4
5
export const otherRules = {
6
- "@denis-sokolov/exhaustive-deps-async": [
7
- "error",
8
- { additionalHooks: "useAsyncEffectAndCatch" },
9
- ],
+ "@denis-sokolov/exhaustive-deps-async": "error",
10
"@denis-sokolov/no-single-letter-generic-types": "error",
11
"@denis-sokolov/no-todos": "error",
12
0 commit comments