From 4487b8a1beb23bc10a7dea66ccff1883b0181f93 Mon Sep 17 00:00:00 2001 From: Hiroshiba Kazuyuki Date: Sun, 24 Nov 2024 15:37:33 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20yargs=E3=81=AE=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/mergeLicenses.mts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/mergeLicenses.mts b/tools/mergeLicenses.mts index 4361b6d9e5..2452c7fa8d 100644 --- a/tools/mergeLicenses.mts +++ b/tools/mergeLicenses.mts @@ -1,8 +1,6 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ - import process from "process"; import fs from "fs"; -import yargs from "yargs/yargs"; +import yargs from "yargs"; import { hideBin } from "yargs/helpers"; const argv = await yargs(hideBin(process.argv))