mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-01 20:46:14 +00:00
chore(eslint): enforce the use of import type
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { IGuideResponse } from '../types/ParsedResponse.js';
|
||||
import { IRawResponse, Parser } from '../index.js';
|
||||
import { ObservedArray } from '../helpers.js';
|
||||
import type { IRawResponse} from '../index.js';
|
||||
import { Parser } from '../index.js';
|
||||
import type { ObservedArray } from '../helpers.js';
|
||||
import GuideSection from '../classes/GuideSection.js';
|
||||
import GuideSubscriptionsSection from '../classes/GuideSubscriptionsSection.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user