Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: web/inc/tslint.json

Issue 2717043002: Add LogDog log stream fetcher code. (Closed)
Patch Set: fix bug, underscore variable names Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « web/inc/luci-operation/operation.ts ('k') | web/web.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
}
}
« no previous file with comments | « web/inc/luci-operation/operation.ts ('k') | web/web.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698