Fix all eslint v9 issues

This commit is contained in:
Dragon Fire
2024-04-06 18:16:23 -04:00
parent c055419ce1
commit ec6b3e4ed2
16 changed files with 11 additions and 50 deletions
-1
View File
@@ -27,7 +27,6 @@ module.exports = class AlertCommand extends Command {
name: 'The Hill',
url: 'https://thehill.com/',
reason: 'Image',
// eslint-disable-next-line max-len
reasonURL: 'https://thehill.com/policy/technology/409737-this-is-a-test-us-officials-test-presidential-alert'
}
],
-1
View File
@@ -32,7 +32,6 @@ module.exports = class ChiIdeaCommand extends Command {
name: 'Inside Scanlation',
url: 'https://www.insidescanlation.com/',
reason: 'Wild Words Font',
// eslint-disable-next-line max-len
reasonURL: 'https://www.insidescanlation.com/etc/the-idiots-guide-to-editing-manga/guide/type/fonts.html'
}
],
-1
View File
@@ -21,7 +21,6 @@ module.exports = class RawCommand extends Command {
name: 'Inside Scanlation',
url: 'https://www.insidescanlation.com/',
reason: 'Wild Words Font',
// eslint-disable-next-line max-len
reasonURL: 'https://www.insidescanlation.com/etc/the-idiots-guide-to-editing-manga/guide/type/fonts.html'
}
],