chore: fix lint errors — auto-format, isNaN, unused imports, button type
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,7 +25,7 @@ const args = Object.fromEntries(
|
||||
}),
|
||||
);
|
||||
|
||||
const tier = args["tier"] ? Number(args["tier"]) : 1;
|
||||
const tier = args.tier ? Number(args.tier) : 1;
|
||||
const dryRun = args["dry-run"] === "true";
|
||||
|
||||
async function listActiveManufacturers(targetTier: number) {
|
||||
|
||||
Reference in New Issue
Block a user