Skip to content

Commit

Permalink
component is only needed for typescript, added eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikac committed Jun 28, 2024
1 parent d6c457d commit a5262b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ical/timezone_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Portions Copyright (C) Philipp Kewisch */

import Timezone from "./timezone.js";
// needed for typescript type resolution
// eslint-disable-next-line no-unused-vars
import Component from "./component.js";

let zones = null;
Expand Down

0 comments on commit a5262b1

Please sign in to comment.