Update eslintrc from GJS, fix errors and missing JSDocs

This commit is contained in:
Romain Vigier
2020-11-26 15:06:27 +01:00
parent 90c1adb8ae
commit d2d6da0ec8
40 changed files with 167 additions and 79 deletions
-2
View File
@@ -31,7 +31,6 @@ const { logDebug } = Me.imports.utils;
* settings), it will use it as the current time background.
*/
var Backgrounder = class {
constructor() {
this._statusChangedConnect = null;
this._backgroundChangedConnect = null;
@@ -139,5 +138,4 @@ var Backgrounder = class {
e.settings.system.background = e.settings.backgrounds.night;
}
}
};