Skip to content

Commit 96031ec

Browse files
authored
docs(unbound-method): replace extends with plugins (#842)
1 parent 2904278 commit 96031ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/unbound-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ are not using TypeScript.
2727
overrides: [
2828
{
2929
files: ['test/**'],
30-
extends: ['jest'],
30+
plugins: ['jest'],
3131
rules: {
3232
// you should turn the original rule off *only* for test files
3333
'@typescript-eslint/unbound-method': 'off',

0 commit comments

Comments
 (0)