Skip to content

Commit 4f6afb0

Browse files
Deleted a no longer necessary todo comment
1 parent 028e631 commit 4f6afb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin.ts

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ const makeBin = (): Bin => {
7878
section: "Format",
7979
})
8080
/* CONFIG OPTIONS */
81-
//TODO: Maybe Rename the following to "config", but it conflicts with the "no-config" flag
8281
.option("--config-path <path>", "Path to a Prettier configuration file (.prettierrc, package.json, prettier.config.js)", { section: "Config" })
8382
.option("--no-config", "Do not look for a configuration file", {
8483
section: "Config",

0 commit comments

Comments
 (0)