mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Bunch of new aliases
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = class LintCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'lint',
|
||||
aliases: ['eslint'],
|
||||
aliases: ['eslint', 'linter'],
|
||||
group: 'code',
|
||||
memberName: 'lint',
|
||||
description: 'Lints code using ESLint.',
|
||||
|
||||
Reference in New Issue
Block a user