- 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:
Brett Zamir
2020-07-01 13:34:47 +08:00
parent ad80f18088
commit 4c638d4820
16 changed files with 1138 additions and 1546 deletions

View File

@@ -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.

View File

@@ -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.
*