- Linting: Apply latest eslint-plugin-jsdoc; lint properties/param defaults
This commit is contained in:
@@ -66,7 +66,10 @@ module.exports = {
|
||||
// environments; see also discussion above
|
||||
// `mocha-cleanup/no-assertions-outside-it`
|
||||
'jsdoc/check-examples': ['warn', {
|
||||
rejectExampleCodeRegex: '^`'
|
||||
rejectExampleCodeRegex: '^`',
|
||||
checkDefaults: true,
|
||||
checkParams: true,
|
||||
checkProperties: true
|
||||
}],
|
||||
|
||||
// https://github.com/sindresorhus/eslint-plugin-unicorn/issues/453
|
||||
|
||||
Reference in New Issue
Block a user