Merge pull request #1194 from EcrituresNumeriques/feat/eslint-jsdoc #174
Annotations
10 warnings
Test:
front/src/components/collaborative/collaborating.js#L24
'change' is defined but never used
|
Test:
front/src/components/collaborative/collaborating.js#L24
'transactionOrigin' is defined but never used
|
Test:
front/src/helpers/bibtex.js#L89
Expected @param names to be "input". Got "Bibtex, input"
|
Test:
front/src/helpers/bibtex.js#L90
Missing JSDoc @param "input" type
|
Test:
front/src/helpers/bibtex.js#L91
Syntax error in type: Array.<{ title: string, key: string, type: string }
|
Test:
front/src/helpers/bibtex.js#L139
Missing JSDoc @param "bibtexType" type
|
Test:
front/src/helpers/forms.js#L5
Expected @param names to be "input". Got "formElement, input"
|
Test:
front/src/helpers/forms.js#L6
Missing JSDoc @param "input" type
|
Test:
front/src/helpers/graphQL.js#L71
@param "variables" does not match an existing function parameter
|
Test:
front/src/helpers/zotero.js#L9
Use object shorthand or index signatures instead of `Object`, e.g., `{[key: string]: string}`
|
Loading