- Linting (ESLint): Fix per stricter eslint-plugin-jsdoc context checking
- npm: Update devDep (jsdoc linting plugin)
This commit is contained in:
@@ -200,7 +200,7 @@ export default function jQueryPluginJGraduate ($) {
|
||||
const isGecko = navigator.userAgent.includes('Gecko/');
|
||||
|
||||
/**
|
||||
* @typedef {PlainObject.<string, string>} module:jGraduate.Attrs
|
||||
* @typedef {PlainObject<string, string>} module:jGraduate.Attrs
|
||||
*/
|
||||
/**
|
||||
* @param {SVGElement} elem
|
||||
|
||||
@@ -406,7 +406,6 @@ const jPicker = function ($) {
|
||||
* @param {external:jQuery.jPicker.Color} color
|
||||
* @param {external:jQuery.fn.$.fn.jPicker} bindedHex
|
||||
* @param {Float} alphaPrecision
|
||||
* @constructor
|
||||
*/
|
||||
class ColorValuePicker {
|
||||
constructor (picker, color, bindedHex, alphaPrecision) {
|
||||
|
||||
Reference in New Issue
Block a user