Skip to content

Commit 7499c2e

Browse files
authored
chore: ignore eslint-find-rules for ESLint 8 compatibility
1 parent 241c6b8 commit 7499c2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .renovaterc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": [
34
"github>1stG/configs"
4-
]
5+
],
6+
"ignoreDeps": ["eslint-find-rules"]
57
}

0 commit comments

Comments
 (0)