Skip to content

Commit ac28412

Browse files
committed
lib: fix linting errors
Specifically `Unused eslint-disable directive (no problems were reported from 'jsdoc/require-returns-check')`. Signed-off-by: Santiago Gimeno <santiago.gimeno@gmail.com>
1 parent fb15c84 commit ac28412

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/nsolid.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ function genInfoObject(regen = false) {
312312
return infoObj;
313313
}
314314

315-
// eslint-disable-next-line jsdoc/require-returns-check
316315
/**
317316
* It returns relevant information about the running process and platform is
318317
* running on.
@@ -333,7 +332,6 @@ function info(cb) {
333332
process.nextTick(() => cb(null, o));
334333
}
335334

336-
// eslint-disable-next-line jsdoc/require-returns-check
337335
/**
338336
* It retrieves a list of enviroment and process metrics.
339337
* @param {MetricsCallback} cb if a callback is passed, it is used to return the metrics asynchronously

0 commit comments

Comments
 (0)