{
    "extends": "tslint:latest",
    "rules": {
        "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
    }
}
