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

This commit is contained in:
June 2023-01-24 19:24:14 +01:00
commit 2e5bcd4e81
No known key found for this signature in database
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();