Skip to content

Commit

Permalink
We also want to allow pascal case.
Browse files Browse the repository at this point in the history
  • Loading branch information
faassen committed Aug 15, 2018
1 parent 3ce54e7 commit 786d6d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tslint.json
@@ -1,6 +1,11 @@
{
"extends": ["tslint-config-standard", "tslint-config-prettier"],
"rules": {
"variable-name": [true, "check-format", "allow-leading-underscore"]
"variable-name": [
true,
"check-format",
"allow-leading-underscore",
"allow-pascal-case"
]
}
}

0 comments on commit 786d6d8

Please sign in to comment.