]> git.proxmox.com Git - pve-eslint.git/commitdiff
globals: sort and add PBS
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Apr 2020 16:15:36 +0000 (18:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Apr 2020 16:15:36 +0000 (18:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/app.js

index 59a15c63ec67bffacc849437068385ce50fec5ba..dbab0abb6c80bd96f434a0b83907f8cdf5933689 100644 (file)
@@ -39,15 +39,16 @@ const defaultConfig = {
        es2017: true,
     },
     globals: {
-       eslint: "writable",
        Ext: "writable",
-       PVE: "writable",
+       FormData: "writable",
+       PBS: "writable",
        PMG: "writable",
+       PVE: "writable",
        PVE_vnc_console_event: "writable",
-       FormData: "writable",
-       gettext: "writable",
        Proxmox: "writable",
        console: "writable",
+       eslint: "writable",
+       gettext: "writable",
     },
     rules: {
        // from eslint:recommend, with tweaks for our source