From 4642a8541d905ef781cfb1cc3e06cbc871b5bfe3 Mon Sep 17 00:00:00 2001 From: Evan Welsh Date: Sun, 30 Jul 2023 11:33:14 +0300 Subject: [PATCH] lint: Only require jsdoc for exported functions Part-of: --- lint/eslintrc-shell.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lint/eslintrc-shell.yml b/lint/eslintrc-shell.yml index 697af8189..155474b74 100644 --- a/lint/eslintrc-shell.yml +++ b/lint/eslintrc-shell.yml @@ -14,6 +14,11 @@ rules: afterColon: true prefer-arrow-callback: error jsdoc/require-param-description: off + jsdoc/require-jsdoc: + - error + - exemptEmptyFunctions: true + publicOnly: + esm: true overrides: - files: