2019-01-09 22:27:31 +08:00

6 lines
138 B
JSON

{
"extends": "tslint-config-airbnb",
"rules": {
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"]
}
}