Skip to content

Commit 1c1e834

Browse files
import-default suppressions
1 parent 954995a commit 1c1e834

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

types/videojs-errors/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
55

6+
// eslint-disable-next-line @definitelytyped/no-import-default-of-export-equals
67
import videojs from "video.js";
78

89
interface CustomError {

types/videojs-hls-quality-selector/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
55

6+
// eslint-disable-next-line @definitelytyped/no-import-default-of-export-equals
67
import ConcreteMenuItem from "./src/ConcreteMenuItem";
78

89
/**

types/videojs-seek-buttons/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Project: https://github.com/mister-ben/videojs-seek-buttons#readme
33
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5+
6+
// eslint-disable-next-line @definitelytyped/no-import-default-of-export-equals
57
import videojs from "video.js";
68

79
/**

0 commit comments

Comments
 (0)