fix: n'utilise plus de tirets après les noms de paramètres dans JSDoc
This commit is contained in:
parent
effd10eb1b
commit
e9f12e2c1e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const règlesJsDoc: Readonly<Linter.Config> = {
|
|||
*
|
||||
* @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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue