Skip to content

Commit 631f885

Browse files
committed
Disabled for-in rule and allow PacalCase
1 parent 6dca417 commit 631f885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tslint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"class-name": true,
2222
"curly": [true, "ignore-same-line"],
2323
"deprecation": true,
24-
"forin": true,
24+
"forin": false,
2525
"interface-name": [true, "never-prefix"],
2626
"jsdoc-format": true,
2727
"label-position": true,
@@ -73,7 +73,7 @@
7373
"check-format",
7474
"ban-keywords",
7575
"allow-leading-underscore",
76-
"allow-trailing-underscore"
76+
"allow-pascal-case"
7777
]
7878
},
7979
"rulesDirectory": []

0 commit comments

Comments
 (0)