Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 752fb31

Browse files
gorff5bradzacher
authored andcommitted
docs(eslint-plugin): fix typo in typedef docs (typescript-eslint#976)
1 parent 2bf8231 commit 752fb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/typedef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For example, with the following configuration:
4444
```json
4545
{
4646
"rules": {
47-
"typedef": [
47+
"@typescript-eslint/typedef": [
4848
"error",
4949
{
5050
"arrowParameter": false,

0 commit comments

Comments
 (0)