From: Thomas Lamprecht Date: Thu, 9 Apr 2020 16:15:36 +0000 (+0200) Subject: globals: sort and add PBS X-Git-Url: https://git.proxmox.com/?p=pve-eslint.git;a=commitdiff_plain;h=30ca1a0a49c0fc43dd1f524f3e0cc89b60144848 globals: sort and add PBS Signed-off-by: Thomas Lamprecht --- diff --git a/src/app.js b/src/app.js index 59a15c6..dbab0ab 100644 --- a/src/app.js +++ b/src/app.js @@ -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