Introduced in 0.23.0
An underscore-prefixed element is being used.
Underscore (_) or underscore-prefixed elements are normally used for things that are not being used.
Remove the underscore prefix or avoid using that element in the code.
{
"usedUnderscorePrefixedElements": {
"enabled": true
}
}