[gnome-shell] ci: Include eslint-plugin-jsdoc in js image



commit a802bfda3911c6e6681dda3dd7d133373cd88d9b
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Aug 12 23:20:21 2021 +0200

    ci: Include eslint-plugin-jsdoc in js image
    
    gjs started to require it in its config, so we need it
    if we want to keep our configuration in sync.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1949>

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8c08cc1b7..898833f6a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,14 +50,14 @@ workflow:
 .gnome-shell.fedora:34:
     variables:
         FDO_DISTRIBUTION_VERSION: 34
-        FDO_DISTRIBUTION_TAG: '2021-07-07.1'
+        FDO_DISTRIBUTION_TAG: '2021-08-12.0'
         FDO_DISTRIBUTION_PACKAGES: >
             findutils mozjs78-devel nodejs npm meson
             pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0)
             pkgconfig(gnome-autoar-0) pkgconfig(json-glib-1.0)
         FDO_DISTRIBUTION_EXEC: |
             # For static analysis with eslint
-            npm install -g eslint &&
+            npm install -g eslint eslint-plugin-jsdoc &&
 
             dnf group install -y 'Development Tools' \
                                  'C Development Tools and Libraries' &&


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