- Linting: As per latest ash-nazg
- Docs: Update license badge - Docs(CHANGES): Update - npm: Update devDeps. and package-lock.json
This commit is contained in:
@@ -56,6 +56,8 @@ let typeMap_ = {};
|
||||
* @returns {Integer} The number of digits number should be rounded to
|
||||
*/
|
||||
|
||||
// Todo[eslint-plugin-jsdoc@>=29.0.0]: See if parsing fixed to allow '%'
|
||||
/* eslint-disable jsdoc/valid-types */
|
||||
/**
|
||||
* @typedef {PlainObject} module:units.TypeMap
|
||||
* @property {Float} em
|
||||
@@ -68,6 +70,7 @@ let typeMap_ = {};
|
||||
* @property {Integer} px
|
||||
* @property {0} %
|
||||
*/
|
||||
/* eslint-enable jsdoc/valid-types */
|
||||
|
||||
/**
|
||||
* Initializes this module.
|
||||
|
||||
@@ -3619,6 +3619,9 @@
|
||||
* @function module:units.ElementContainer#getRoundDigits
|
||||
* @returns {Integer} The number of digits number should be rounded to
|
||||
*/
|
||||
// Todo[eslint-plugin-jsdoc@>=29.0.0]: See if parsing fixed to allow '%'
|
||||
|
||||
/* eslint-disable jsdoc/valid-types */
|
||||
|
||||
/**
|
||||
* @typedef {PlainObject} module:units.TypeMap
|
||||
@@ -3633,6 +3636,8 @@
|
||||
* @property {0} %
|
||||
*/
|
||||
|
||||
/* eslint-enable jsdoc/valid-types */
|
||||
|
||||
/**
|
||||
* Initializes this module.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user