mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix(jsdoc-salty): fix linter error
This commit is contained in:
parent
7942901ff7
commit
3011f86eda
@ -69,6 +69,8 @@ function applyMatcherObject(value, matcherObject) {
|
||||
if (matcherObject.right) {
|
||||
return value && value.endsWith && value.endsWith(matcherObject.right);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function finderWithMatcher(salty, ...args) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user