We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028e631 commit 4f6afb0Copy full SHA for 4f6afb0
src/bin.ts
@@ -78,7 +78,6 @@ const makeBin = (): Bin => {
78
section: "Format",
79
})
80
/* CONFIG OPTIONS */
81
- //TODO: Maybe Rename the following to "config", but it conflicts with the "no-config" flag
82
.option("--config-path <path>", "Path to a Prettier configuration file (.prettierrc, package.json, prettier.config.js)", { section: "Config" })
83
.option("--no-config", "Do not look for a configuration file", {
84
section: "Config",
0 commit comments