tests/shell: Fix remaining ESlint errors

All tests are currently excluded from linting, so errors can sneak
in more easily.

We should change that, so quickly fix up any remaining errors.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2822>
This commit is contained in:
Florian Müllner 2023-07-13 21:29:13 +02:00 committed by Evan Welsh
parent 9e84891240
commit 26e018206d
5 changed files with 161 additions and 33 deletions

View file

@ -16,7 +16,9 @@ rules:
jsdoc/require-param-description: off
overrides:
- files: js/**
- files:
- js/**
- tests/shell/**
excludedFiles:
- js/portalHelper/*
- js/misc/extensionUtils.js