INCOMPLETE: Remove check types file
- Linting: `match-description`, bad returns - Linting: Use eslint-plugin-jdsoc `preferredTypes` in place of custom file - Linting: Remove `report-unused-disable-directives` command as have as rule - Lintin: Avoid overly generic `Array` - npm: Update devDep
This commit is contained in:
@@ -12,9 +12,15 @@ QUnit.log((details) => {
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* @typedef {GenericArray} EditorContexts
|
||||
* @property {module:path.EditorContext} 0
|
||||
* @property {module:path.EditorContext} 1
|
||||
*/
|
||||
|
||||
/**
|
||||
* @param {SVGSVGElement} [svg]
|
||||
* @returns {Array}
|
||||
* @returns {EditorContexts}
|
||||
*/
|
||||
function getMockContexts (svg) {
|
||||
svg = svg || document.createElementNS(NS.SVG, 'svg');
|
||||
|
||||
Reference in New Issue
Block a user