lint: turn on @stylistic/js/semi

This commit is contained in:
Simon Ser 2024-09-29 11:48:45 +02:00
parent b93db7ac0e
commit b9d12bc8cd
5 changed files with 7 additions and 6 deletions

View file

@ -116,7 +116,7 @@ export default {
usage: "[message]",
description: "Set away message",
execute: (app, args) => {
const params = []
const params = [];
if (args.length) {
params.push(args.join(" "));
}