Skip to content

Commit

Permalink
docs(eslint-plugin): [explicit-module-boundary-types] fix allowedName…
Browse files Browse the repository at this point in the history
…s config example (#2061)
  • Loading branch information
ikesyo committed May 22, 2020
1 parent 66f1627 commit 66f1278
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -237,7 +237,7 @@ You may pass function/method names you would like this rule to ignore, like so:
"@typescript-eslint/explicit-module-boundary-types": [
"error",
{
"allowedName": ["ignoredFunctionName", "ignoredMethodName"]
"allowedNames": ["ignoredFunctionName", "ignoredMethodName"]
}
]
}
Expand Down

0 comments on commit 66f1278

Please sign in to comment.