From 4fbd878208aaeff86fbb6bdb66f21f9a0d59d8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 26 Sep 2023 14:21:00 +0200 Subject: [PATCH] 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: --- lint/eslintrc-shell.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lint/eslintrc-shell.yml b/lint/eslintrc-shell.yml index 6b2ddb12..d066f2e9 100644 --- a/lint/eslintrc-shell.yml +++ b/lint/eslintrc-shell.yml @@ -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: