-
-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Description
Description
Some CLI options accept undocumented values. For example:
--quote-properties
accepts undocumented valueAsNeeded
andPreserve
--quote-style
accepts undocumented valuesDouble
andSingle
--semicolons
accepts undocumented valueAlways
andAsNeeded
--traling-commas
accepts undocumented valueAll
,ES5
andNone
--arrow-parentheses
accepts undocumented valueAlways
andAsNeeded
--attribute-position
accepts undocumented valueAuto
andMultiline
- ...
We should remove the support for these values.
This is a breaking change. The release of a major is required.
arendjr
Metadata
Metadata
Assignees
Labels
A-CLIArea: CLIArea: CLI