Enable no-confusing-arrow and newline-per-chained-call

Change-Id: I3b1a88301cfacf75593dea5e19a2e6b6b2869740
This commit is contained in:
Tao Zhou
2020-01-10 11:39:34 +01:00
parent f6605f368b
commit 80cfe59582
61 changed files with 593 additions and 466 deletions

View File

@@ -22,7 +22,8 @@
this._title = '(no title)';
// Generate default screen URL token, specific to plugin, and unique(ish).
this._token =
plugin.getPluginName() + Math.random().toString(36).substr(5);
plugin.getPluginName() + Math.random().toString(36)
.substr(5);
this.plugin = plugin;
}