- Linting (ESLint): Avoid disabling rule with jsdoc linter fix

- npm: Update devDep (linting jsdoc)
This commit is contained in:
Brett Zamir
2019-06-27 14:27:20 +08:00
parent b07d0861b4
commit 7f2c5f5359
3 changed files with 4 additions and 6 deletions

View File

@@ -90,7 +90,6 @@ if (window.opera) {
}
// Reenable after fixing eslint-plugin-jsdoc to handle
/* eslint-disable jsdoc/valid-types */
/**
* The main SvgCanvas class that manages all SVG-related functions.
* @memberof module:svgcanvas
@@ -120,7 +119,6 @@ if (window.opera) {
* @borrows module:path.pathActions.linkControlPoints as #linkControlPoints
*/
class SvgCanvas {
/* eslint-enable jsdoc/valid-types */
/**
* @param {HTMLElement} container - The container HTML element that should hold the SVG root element
* @param {module:SVGEditor.curConfig} config - An object that contains configuration data