Showing 32 of 32 total issues
Missing JSDoc @returns declaration. Open
/**
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @returns "" type "object". Open
* @returns {object} The full log object.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
The type 'this' is undefined. Open
* @returns {this} Instance of LambdaLog.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @param "levels" type "object". Open
* @param {object.<string, string|Function>} [levels={}] Allows adding and customizing log levels. DEPRECATED
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
The type 'object' is undefined. Open
* @param {object.<string, string|Function>} [levels={}] Allows adding and customizing log levels. DEPRECATED
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @param "opts" type "object". Open
* @param {object} opts Configuration options from LambdaLog.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Present JSDoc @returns declaration but not available return expression in function. Open
/**
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @param "meta" type "object". Open
* @param {object} [meta={}] Optional meta data to attach to the log.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
The type 'object' is undefined. Open
* @param {object} log Object containing all the information for a log.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @param "log.meta" type "object". Open
* @param {object} [log.meta] Metadata attached to the log.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @param "meta" type "object". Open
* @param {object} [meta={}] Optional meta data to attach to the log.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
The type 'object' is undefined. Open
* @returns {object} The full log object.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
The type 'object' is undefined. Open
* @param {object} [log.meta] Metadata attached to the log.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @type "" type "object". Open
* @type {object}
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
The type 'object' is undefined. Open
* @param {object} obj An object with properties to append or overwrite in the metadata.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @returns "" type "object". Open
* @returns {object} The full log object.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Missing JSDoc @returns declaration. Open
/**
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Invalid JSDoc @param "meta" type "object". Open
* @param {object} [meta={}] Optional meta data to attach to the log.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
The type 'object' is undefined. Open
* @param {object} [meta={}] Optional meta data to attach to the log.
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Missing JSDoc @returns declaration. Open
/**
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/