Other: Move "use strict"; before ESLint config comment everywhere

This commit is contained in:
Julian 2023-01-24 19:24:14 +01:00
parent 17d7bd23b4
commit 2e5bcd4e81
Signed by: julian
GPG Key ID: 094C2AC34192FA11
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/* exported init */
"use strict";
/* exported init */
const ExtensionUtils = imports.misc.extensionUtils;
const Me = ExtensionUtils.getCurrentExtension();

View File

@ -1,5 +1,5 @@
/* exported AppIndicatorKStatusNotifierItemManager */
"use strict";
/* exported AppIndicatorKStatusNotifierItemManager */
var AppIndicatorKStatusNotifierItemManager = class AppIndicatorKStatusNotifierItemManager {
constructor() {

View File

@ -1,5 +1,5 @@
/* exported BoxOrderCreator */
"use strict";
/* exported BoxOrderCreator */
const ExtensionUtils = imports.misc.extensionUtils;

View File

@ -1,5 +1,5 @@
/* exported buildPrefsWidget, init */
"use strict";
/* exported buildPrefsWidget, init */
const ExtensionUtils = imports.misc.extensionUtils;
const Me = ExtensionUtils.getCurrentExtension();

View File

@ -1,5 +1,5 @@
/* exported PrefsBoxOrderItemRow */
"use strict";
/* exported PrefsBoxOrderItemRow */
const Gtk = imports.gi.Gtk;
const Gdk = imports.gi.Gdk;

View File

@ -1,5 +1,5 @@
/* exported PrefsBoxOrderListBox */
"use strict";
/* exported PrefsBoxOrderListBox */
const Gtk = imports.gi.Gtk;
const GObject = imports.gi.GObject;

View File

@ -1,5 +1,5 @@
/* exported PrefsBoxOrderListEmptyPlaceholder */
"use strict";
/* exported PrefsBoxOrderListEmptyPlaceholder */
const Gtk = imports.gi.Gtk;
const Gdk = imports.gi.Gdk;