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. *