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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user