lint: Sync with gnome-shell

gnome-shell itself no longer requires parameter descriptions in
doc comments (just type annotations). The requirement makes even
less sense for extensions, so sync up the configuration.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/276>
This commit is contained in:
Florian Müllner
2023-09-26 14:21:00 +02:00
parent e8840da00c
commit 4fbd878208
+6
View File
@@ -12,6 +12,12 @@ rules:
- error
- smart
prefer-arrow-callback: error
jsdoc/require-param-description: off
jsdoc/require-jsdoc:
- error
- exemptEmptyFunctions: true
publicOnly:
esm: true
globals:
global: readonly
parserOptions: