mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Add eslint-plugin-jsdoc to lint script, address new violation.
This commit is contained in:
parent
9ac06456d1
commit
e3c93ed65d
5 changed files with 37 additions and 5 deletions
|
|
@ -682,7 +682,7 @@ function parseConfiguration(name, content, parsers) {
|
|||
*
|
||||
* @param {string} file Configuration file name.
|
||||
* @param {ConfigurationParser[] | ReadConfigCallback} parsers Parsing
|
||||
* function(s).
|
||||
* function(s).
|
||||
* @param {ReadConfigCallback} [callback] Callback (err, result) function.
|
||||
* @returns {void}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue