Closed
Description
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have read the FAQ and my problem is not listed.
Repro
{
"rules": {
"@typescript-eslint/typedef": [
"warn",
{
"arrayDestructuring": true,
"arrowParameter": true,
"memberVariableDeclaration": true,
"objectDestructuring": true,
"parameter": true,
"propertyDeclaration": true,
"variableDeclaration": true,
"variableDeclarationIgnoreFunction": true
}
]
}
}
Expected Result
Should not print any warnings
Actual Result
Shows a warning (because of that I cannot switch the rule to "error" instead of "warn")
Additional Info
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
^5.14.0 |
@typescript-eslint/parser |
^5.14.0 |
TypeScript |
~4.5.5 |
ESLint |
^8.11.0 |
node |
v16.14.0 |