[explicit-module-boundary-types] allowedNames doesn't work for arrow functions #4463 8000
Closed
3 tasks done
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement
New feature or request
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
See the following screenshot that directly illustrates the problem:

.eslintrc.json extract:
Expected Result
The rule should allow my public selectState instance property to be assigned an untyped arrow function.
Actual Result
The rule disallows the assignment (see screenshot above).
Versions
@typescript-eslint/eslint-plugin
5.10.0
@typescript-eslint/parser
5.10.0
TypeScript
4.3.5
ESLint
7.32.0
node
14.17.0
The text was updated successfully, but these errors were encountered: