- Linting (ESLint): Latest as per ash-nazg (disable now applicable rules not fixed during earlier testing)

- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-12-31 17:55:15 +08:00
parent 7fc26e114d
commit 63ba8f39a1
12 changed files with 73 additions and 11 deletions

12
dist/index-es.js vendored
View File

@@ -7790,6 +7790,8 @@ var pathActions = function () {
path.endChanges('Delete path node(s)');
},
/* eslint-disable jsdoc/require-returns */
// Can't seem to use `@borrows` here, so using `@see`
/**
@@ -7799,6 +7801,8 @@ var pathActions = function () {
*/
smoothPolylineIntoPath: smoothPolylineIntoPath,
/* eslint-enable jsdoc/require-returns */
/**
* @param {?Integer} v See {@link https://www.w3.org/TR/SVG/single-page.html#paths-InterfaceSVGPathSeg}
* @returns {void}
@@ -7868,6 +7872,8 @@ var pathActions = function () {
editorContext_.resetD(elem);
}
},
/* eslint-disable jsdoc/require-returns */
// Can't seem to use `@borrows` here, so using `@see`
/**
@@ -7876,6 +7882,8 @@ var pathActions = function () {
* @see module:path.convertPath
*/
convertPath: convertPath
/* eslint-enable jsdoc/require-returns */
}
);
}(); // end pathActions
@@ -26373,11 +26381,15 @@ var jPicker = function jPicker($) {
List = _$$jPicker.List,
ColorMethods = _$$jPicker.ColorMethods; // local copies for YUI compressor
/* eslint-disable jsdoc/require-returns */
/**
* @function external:jQuery.fn.jPicker
* @see {@link external:jQuery.fn.$.fn.jPicker}
*/
/* eslint-enable jsdoc/require-returns */
/**
* Will be bound to active {@link jQuery.jPicker.Color}.
* @callback module:jPicker.LiveCallback

File diff suppressed because one or more lines are too long

12
dist/index-umd.js vendored
View File

@@ -7796,6 +7796,8 @@
path.endChanges('Delete path node(s)');
},
/* eslint-disable jsdoc/require-returns */
// Can't seem to use `@borrows` here, so using `@see`
/**
@@ -7805,6 +7807,8 @@
*/
smoothPolylineIntoPath: smoothPolylineIntoPath,
/* eslint-enable jsdoc/require-returns */
/**
* @param {?Integer} v See {@link https://www.w3.org/TR/SVG/single-page.html#paths-InterfaceSVGPathSeg}
* @returns {void}
@@ -7874,6 +7878,8 @@
editorContext_.resetD(elem);
}
},
/* eslint-disable jsdoc/require-returns */
// Can't seem to use `@borrows` here, so using `@see`
/**
@@ -7882,6 +7888,8 @@
* @see module:path.convertPath
*/
convertPath: convertPath
/* eslint-enable jsdoc/require-returns */
}
);
}(); // end pathActions
@@ -26379,11 +26387,15 @@
List = _$$jPicker.List,
ColorMethods = _$$jPicker.ColorMethods; // local copies for YUI compressor
/* eslint-disable jsdoc/require-returns */
/**
* @function external:jQuery.fn.jPicker
* @see {@link external:jQuery.fn.$.fn.jPicker}
*/
/* eslint-enable jsdoc/require-returns */
/**
* Will be bound to active {@link jQuery.jPicker.Color}.
* @callback module:jPicker.LiveCallback

File diff suppressed because one or more lines are too long

View File

@@ -7862,6 +7862,8 @@ var SvgCanvas = (function () {
path.endChanges('Delete path node(s)');
},
/* eslint-disable jsdoc/require-returns */
// Can't seem to use `@borrows` here, so using `@see`
/**
@@ -7871,6 +7873,8 @@ var SvgCanvas = (function () {
*/
smoothPolylineIntoPath: smoothPolylineIntoPath,
/* eslint-enable jsdoc/require-returns */
/**
* @param {?Integer} v See {@link https://www.w3.org/TR/SVG/single-page.html#paths-InterfaceSVGPathSeg}
* @returns {void}
@@ -7940,6 +7944,8 @@ var SvgCanvas = (function () {
editorContext_.resetD(elem);
}
},
/* eslint-disable jsdoc/require-returns */
// Can't seem to use `@borrows` here, so using `@see`
/**
@@ -7948,6 +7954,8 @@ var SvgCanvas = (function () {
* @see module:path.convertPath
*/
convertPath: convertPath
/* eslint-enable jsdoc/require-returns */
}
);
}(); // end pathActions

File diff suppressed because one or more lines are too long