From a367a830e5bd0826c4706c1c95158f3d880afe95 Mon Sep 17 00:00:00 2001 From: Anthony Wikkerink Date: Fri, 13 Dec 2024 15:10:20 -0500 Subject: [PATCH] Fix lint errors --- components/paging/pageable-subscriber-mixin.js | 1 - components/selection/selection-action-mixin.js | 1 - components/selection/selection-mixin.js | 1 - components/selection/selection-observer-mixin.js | 1 - 4 files changed, 4 deletions(-) diff --git a/components/paging/pageable-subscriber-mixin.js b/components/paging/pageable-subscriber-mixin.js index 1ff1816987..28264ee9e9 100644 --- a/components/paging/pageable-subscriber-mixin.js +++ b/components/paging/pageable-subscriber-mixin.js @@ -6,7 +6,6 @@ import { EventSubscriberController, IdSubscriberController } from '../../control * @typedef {ReactiveElementConstructor & Pick} ReactiveElementClassType */ - /** * @template {ReactiveElementClassType} S * @param {S} superclass diff --git a/components/selection/selection-action-mixin.js b/components/selection/selection-action-mixin.js index 70c951d3fc..97fbfc8a25 100644 --- a/components/selection/selection-action-mixin.js +++ b/components/selection/selection-action-mixin.js @@ -9,7 +9,6 @@ import { SelectionObserverMixin } from './selection-observer-mixin.js'; * @typedef {ReactiveElementConstructor & Pick} ReactiveElementClassType */ - /** * @template {ReactiveElementClassType} S * @param {S} superclass diff --git a/components/selection/selection-mixin.js b/components/selection/selection-mixin.js index f51802d486..9ec2db5b51 100644 --- a/components/selection/selection-mixin.js +++ b/components/selection/selection-mixin.js @@ -50,7 +50,6 @@ export class SelectionInfo { * @typedef {ReactiveElementConstructor & Pick} ReactiveElementClassType */ - /** * @template {ReactiveElementClassType} S * @param {S} superclass diff --git a/components/selection/selection-observer-mixin.js b/components/selection/selection-observer-mixin.js index b4183b9e3c..c1c9581aee 100644 --- a/components/selection/selection-observer-mixin.js +++ b/components/selection/selection-observer-mixin.js @@ -7,7 +7,6 @@ import { SelectionInfo } from './selection-mixin.js'; * @typedef {ReactiveElementConstructor & Pick} ReactiveElementClassType */ - /** * @template {ReactiveElementClassType} S * @param {S} superclass