Chromium Code Reviews| Index: web/inc/tslint.json |
| diff --git a/web/inc/tslint.json b/web/inc/tslint.json |
| index e6de1603da484c0a5d24312768408d0a1f206191..d75e20ba517aeec668e36051d17435979f2e6766 100644 |
| --- a/web/inc/tslint.json |
| +++ b/web/inc/tslint.json |
| @@ -26,6 +26,6 @@ |
| "semicolon": [true, "always"], |
| "switch-default": true, |
| "triple-equals": [true, "allow-null-check"], |
| - "variable-name": [true, "check-format", "ban-keywords"] |
| + "variable-name": [true, "check-format", "ban-keywords", "allow-leading-underscore"] |
| } |
| } |