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:
@@ -34,7 +34,7 @@ const args = Object.fromEntries(
|
||||
}),
|
||||
);
|
||||
|
||||
const manufacturerSlug = args["manufacturer"];
|
||||
const manufacturerSlug = args.manufacturer;
|
||||
const dryRun = args["dry-run"] === "true";
|
||||
|
||||
if (!manufacturerSlug) {
|
||||
|
||||
Reference in New Issue
Block a user