Bug 1870226 - Upgrade eslint-plugin-jsdoc to version 43.2.0. r=frontend-codestyle-reviewers,credential-management-reviewers,issammani

This switches from the deprecated/removed jsdoc/newline-after-description rule to using the replacement jsdoc/tag-lines rule.

Differential Revision: https://phabricator.services.mozilla.com/D219512
This commit is contained in:
Mark Banner
2024-08-23 16:43:57 +00:00
parent 3fcfd0372d
commit 28e4ba7093
28 changed files with 64 additions and 65 deletions

View File

@@ -896,7 +896,6 @@ export class UrlbarInput {
* mode when handing `searchString` from the fake input to the Urlbar.
* @param {string} newtabSessionId
* Optional. The id of the newtab session that handed off this search.
*
*/
handoff(searchString, searchEngine, newtabSessionId) {
this._isHandoffSession = true;

View File

@@ -1382,7 +1382,6 @@ class MuxerUnifiedComplete extends UrlbarMuxer {
* `result.exposureResultHidden` a boolean which indicates whether the
* result should be hidden from the view.
*
*
* @param {UrlbarResult} result
* The result.
* @returns {boolean}