Introduced in 0.21.1
Use of ignore
function is untyped.
Specifying a type prevents mistakes and aides maintainability.
Add the type of the element being ignored as a type parameter to the ignore
invokation, e.g. ignore<string>
.
{
"favourTypedIgnore": {
"enabled": true
}
}