dprint check <files...>
Checks for any files that haven't been formatted
Arguments
Name | Description |
---|
files | List of file patterns in quotes to format. This overrides what is specified in the config file |
Options
Name | Description |
---|
--incremental [incremental] | Only format files when they change. This may alternatively be specified in the configuration file |
--excludes <pattern> | |
--allow-node-modules | Allows traversing node module directories (unstable - This flag will be renamed to be non-node specific in the future) |