119da3291b
Since we dropped the legacy configuration, we run eslint directly instead of via a script. However gnome-shell's variant of the script also has special treatment of merge requests to only consider errors in changed lines. While we strive for zero errors, new errors can appear when we update eslint or change the configuration. Not blocking merge requests due to unrelated eslint errors is a good thing, run eslint through a modified version of the gnome-shell script. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/90