Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Oct 26, 2023
1 parent ae97c3a commit aa4c323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/components/marquee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface MarqueeOptions extends ParentOptions {
}

export default class Marquee extends Parent {

constructor(el: HTMLElement | string, options: MarqueeOptions = {}) {
super(el, options)
if (this.isInitializable)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export {
Drilldown,
Collapse,
Drag,
Marquee
Marquee,
}

0 comments on commit aa4c323

Please sign in to comment.