Other: Handle ESLint complaints

This commit is contained in:
June 2023-01-24 19:33:11 +01:00
commit dc7ad73db4
No known key found for this signature in database
GPG key ID: 094C2AC34192FA11
4 changed files with 9 additions and 8 deletions

View file

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