[gnome-shell-extensions] lint: Remove misleading globals



commit dc3523a3447956e1fce453d2559dfe3c431d769f
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Jun 29 00:38:54 2019 +0200

    lint: Remove misleading globals
    
    While those are defined by gnome-shell, we generally want to define our
    own with the correct gettext domain.
    
    https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/79

 lint/eslintrc-shell.json | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/lint/eslintrc-shell.json b/lint/eslintrc-shell.json
index fc6f581..b7bef50 100644
--- a/lint/eslintrc-shell.json
+++ b/lint/eslintrc-shell.json
@@ -21,10 +21,6 @@
         "prefer-arrow-callback": "error"
     },
     "globals": {
-        "global": false,
-        "_": false,
-        "C_": false,
-        "N_": false,
-        "ngettext": false
+        "global": false
     }
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]