diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 3eeaff64..ef918d3c 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -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 diff --git a/package-lock.json b/package-lock.json index 77ecb189..c0641496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4195,9 +4195,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-9.0.0.tgz", - "integrity": "sha512-N3GSid5pj8ELOyUXUdbbcP+JVsc6niGe4zURNy4yTOQ0aCufnlgGtGkOON7jFhg6PYerOyaMnkNsdGo60ih7kA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-9.0.1.tgz", + "integrity": "sha512-4Sd6rjpMJ5YOd2WnCcgWW7K/EIawKKYgn4ObtDG0pyDP+QpN9EyRoPvY62IQtUOz5KkAS/EpFvEIMUo3qUyeyQ==", "dev": true, "requires": { "comment-parser": "^0.5.5", diff --git a/package.json b/package.json index 3d6a22db..dbb6271a 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "eslint-plugin-compat": "^3.2.0", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "2.18.0", - "eslint-plugin-jsdoc": "^9.0.0", + "eslint-plugin-jsdoc": "^9.0.1", "eslint-plugin-markdown": "^1.0.0", "eslint-plugin-no-use-extend-native": "^0.4.1", "eslint-plugin-node": "9.1.0",