Skip to content

Commit 200f156

Browse files
authored
Disable eslint-plugin-react-hooks-with-use-effect-event
Signed-off-by: Cody Olsen <[email protected]>
1 parent 7eef95c commit 200f156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"matchPackageNames": ["observable-callback", "use-effect-event"],
1313
"rangeStrategy": "bump",
1414
"semanticCommitType": "fix"
15+
},
16+
{
17+
"matchPackageNames": ["eslint-plugin-react-hooks-with-use-effect-event"],
18+
"enabled": false
1519
}
1620
]
1721
}

0 commit comments

Comments
 (0)