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

Skip to content

Commit 66f1278

Browse files
authored
docs(eslint-plugin): [explicit-module-boundary-types] fix allowedNames config example (typescript-eslint#2061)
1 parent 66f1627 commit 66f1278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/explicit-module-boundary-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ You may pass function/method names you would like this rule to ignore, like so:
237237
"@typescript-eslint/explicit-module-boundary-types": [
238238
"error",
239239
{
240-
"allowedName": ["ignoredFunctionName", "ignoredMethodName"]
240+
"allowedNames": ["ignoredFunctionName", "ignoredMethodName"]
241241
}
242242
]
243243
}

0 commit comments

Comments
 (0)