mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 21:52:48 +00:00
fix(linter): remove unneeded vars and add jsdoc
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
const NToken = require('../../../deciphers/NToken');
|
||||
const Signature = require('../../../deciphers/Signature');
|
||||
const QueryString = require('querystring');
|
||||
|
||||
class Format {
|
||||
constructor(data) {
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
const Parser = require('..');
|
||||
'use strict';
|
||||
|
||||
//const Parser = require('..');
|
||||
|
||||
// TODO: implement all renderers related to this
|
||||
class RichSection {
|
||||
type = 'RichSection';
|
||||
|
||||
constructor(data) {
|
||||
constructor(/* data */) {
|
||||
// this.contents = Parser.parse(data.content);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user