Checks for .* import and using directives.

Configuration

{
    "type": "AvoidStarImport",
    "props": {
        "severity": "INFO"
    }
}