Skip to content

Commit

Permalink
Deleted a no longer necessary todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiospampinato committed Apr 15, 2024
1 parent 028e631 commit 4f6afb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const makeBin = (): Bin => {
section: "Format",
})
/* CONFIG OPTIONS */
//TODO: Maybe Rename the following to "config", but it conflicts with the "no-config" flag
.option("--config-path <path>", "Path to a Prettier configuration file (.prettierrc, package.json, prettier.config.js)", { section: "Config" })
.option("--no-config", "Do not look for a configuration file", {
section: "Config",
Expand Down

0 comments on commit 4f6afb0

Please sign in to comment.