mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Fix all eslint v9 issues
This commit is contained in:
@@ -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'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user