putout
Version:
the pluggable code transformer
26 lines (24 loc) • 1.54 kB
JSON
{
"-h, --help ": "display this help and exit",
"-v, --version ": "output version information and exit",
"-f, --format ": "use a specific output format - default: progress-bar/dump on CI",
"-s, --staged ": "add staged files when in git repository",
"--fix ": "apply fixes of errors to code",
"--fix-count ": "count of fixes rounds (defaults to 10)",
"--rulesdir ": "use additional rules from directory",
"--transform ": "apply inline transform",
"--plugins ": "plugins to use splited by comma",
"--enable ": "enable rule by name in .putout.json",
"--disable ": "disable rule by name in .putout.json",
"--enable-all ": "enable all rules in .putout.json",
"--disable-all ": "disable all rules in .putout.json",
"--jsx ": "enable jsx (try to determine by default)",
"--flow ": "enable flow",
"--no-jsx ": "disable jsx",
"--no-flow ": "disable flow (default)",
"--cache ": "enable cache to speed up processing (default)",
"--fresh ": "generate a fresh cache",
"--no-config ": "avoid reading config file (.putout.json)",
"--no-ci ": "disable CI detection",
"--no-cache ": "disable cache"
}