Forrest logo
back to the vale tool

vale:tldr:3f66f

vale: List the current configuration.
$ vale ls-config
try on your machine

The command vale ls-config is used to list the available configurations of the Vale linter.

Vale is a tool for linting and style-checking documents, particularly written in Markdown, reStructuredText, and AsciiDoc formats. It helps authors and editors maintain consistent writing styles and best practices.

By running the vale ls-config command, you can view a list of all the available configuration files that Vale recognizes. Each configuration file represents a set of rules and stylistic guidelines for linting documents. These files could be predefined configurations provided by Vale, or custom configurations created by users to suit their specific needs.

The output of the command will list the configuration files along with their file paths, allowing you to identify and select the desired configuration for your linting purposes.

This command is useful when you want to check the available configurations or configure Vale to use a specific set of rules defined in a particular configuration file.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the vale tool