nx/docs/api-npmscripts/format-check.md

76 lines
764 B
Markdown

# format:check
Check for un-formatted files
## Usage
```bash
format:check
```
## Options
### all
All projects
### apps-and-libs
### base
Base of the current branch (usually master)
### exclude
Default: ``
Exclude certain projects from being processed
### file
output file (e.g. --file=.vis/output.json)
### files
A list of files delimited by commas
### head
Latest commit of the current branch (usually HEAD)
### help
Show help
### maxParallel
Default: `3`
Max number of parallel processes
### only-failed
Default: `false`
Isolate projects which previously failed
### parallel
Default: `false`
Parallelize the command
### quiet
### uncommitted
Uncommitted changes
### untracked
Untracked changes
### version
Show version number