diff --git a/lib/node_modules/@stdlib/fs/resolve-parent-path/lib/async.js b/lib/node_modules/@stdlib/fs/resolve-parent-path/lib/async.js index 972168a86206..b22af9e84918 100644 --- a/lib/node_modules/@stdlib/fs/resolve-parent-path/lib/async.js +++ b/lib/node_modules/@stdlib/fs/resolve-parent-path/lib/async.js @@ -92,7 +92,7 @@ function resolveParentPath( path, options, clbk ) { * @param {boolean} bool - boolean indicating if a path exists * @returns {void} */ - function onExists( error, bool ) { // eslint-disable-line handle-callback-err + function onExists( error, bool ) { // eslint-disable-line n/handle-callback-err if ( bool ) { return done( null, spath ); }