mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
9e84891240
commit
26e018206d
5 changed files with 161 additions and 33 deletions
|
|
@ -16,7 +16,9 @@ rules:
|
|||
jsdoc/require-param-description: off
|
||||
|
||||
overrides:
|
||||
- files: js/**
|
||||
- files:
|
||||
- js/**
|
||||
- tests/shell/**
|
||||
excludedFiles:
|
||||
- js/portalHelper/*
|
||||
- js/misc/extensionUtils.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue