
pint
List of commands for pint:
-
pint:tldr:2ab1f pint: Execute code style fixes using a specific config file.$ pint --config ${path-to-pint-json}try on your machineexplain this command
-
pint:tldr:75c3b pint: Execute code style fixes using a specific preset.$ pint --preset ${psr12}try on your machineexplain this command
-
pint:tldr:785dd pint: Display all files that are changed.$ pint -vtry on your machineexplain this command
-
pint:tldr:fff93 pint: Execute code style linting without applying changes.$ pint --testtry on your machineexplain this command