- npm: Update eslint-plugin-jsdoc (fixes remaining eslint issues)

This commit is contained in:
Brett Zamir
2019-05-23 08:55:52 +08:00
parent d5ef6c5619
commit c8e09a8991
3 changed files with 13 additions and 4 deletions

View File

@@ -60,6 +60,15 @@ module.exports = {
// For `jsdoc/check-examples` in `ash-nazg`
matchingFileName: "dummy.md",
rejectExampleCodeRegex: "^`",
// Todo: Figure out why this is not working and why seem to have to
// disable for all Markdown:
/*
baseConfig: {
rules: {
"no-multi-spaces": "off"
}
}
*/
}
},
overrides: [