1 parent 6dca417 commit 631f885Copy full SHA for 631f885
1 file changed
tslint.json
@@ -21,7 +21,7 @@
21
"class-name": true,
22
"curly": [true, "ignore-same-line"],
23
"deprecation": true,
24
- "forin": true,
+ "forin": false,
25
"interface-name": [true, "never-prefix"],
26
"jsdoc-format": true,
27
"label-position": true,
@@ -73,7 +73,7 @@
73
"check-format",
74
"ban-keywords",
75
"allow-leading-underscore",
76
- "allow-trailing-underscore"
+ "allow-pascal-case"
77
]
78
},
79
"rulesDirectory": []
0 commit comments