From e9f12e2c1e61e929fd66d660526bf87d47d2679d Mon Sep 17 00:00:00 2001 From: gcch Date: Wed, 8 Oct 2025 10:55:57 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20n'utilise=20plus=20de=20tirets=20apr?= =?UTF-8?q?=C3=A8s=20les=20noms=20de=20param=C3=A8tres=20dans=20JSDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- règles/jsdoc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/règles/jsdoc.ts b/règles/jsdoc.ts index 83ce4c1..a2b10f3 100644 --- a/règles/jsdoc.ts +++ b/règles/jsdoc.ts @@ -52,7 +52,7 @@ export const règlesJsDoc: Readonly = { * * @link [GitHub](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-hyphen-before-param-description.md) */ - "jsdoc/require-hyphen-before-param-description": ["warn", "always"], + "jsdoc/require-hyphen-before-param-description": ["warn", "never"], /** * TODO: Finir la description. *