Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Dec 7, 2024
1 parent f6ec5d4 commit 03c1f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import {
projectNpmrcParse,
writeNpmrc,
} from "../index.js";
import { projectNpmrcRegistry } from "../projectNpmrcRegistry.js";
import { withSpinner } from "../shared/cli/spinners.js";
import { StatusCodes } from "../shared/codes.js";
import { options } from "../shared/options/args.js";
import { optionsSchema } from "../shared/options/optionsSchema.js";
import { logHelpText } from "./help.js";
import { getVersionFromPackageJson } from "./packageJson.js";
import { projectNpmrcRegistry } from "../projectNpmrcRegistry.js";

const operationMessage = (verb: string) =>
`Operation ${verb}. Exiting - maybe another time? 👋`;
Expand Down

0 comments on commit 03c1f4b

Please sign in to comment.