title | description |
---|---|
format:check - CLI command |
Check for un-formatted files |
Check for un-formatted files
nx format:check
Install nx
globally to invoke the command directly using nx
, or use npx nx
, yarn nx
, or pnpm nx
.
Type: boolean
All projects
Type: string
Base of the current branch (usually main)
Type: array
Default: []
Exclude certain projects from being processed
Type: array
Change the way Nx is calculating the affected command by providing directly changed files, list of files delimited by commas
Type: string
Latest commit of the current branch (usually HEAD)
Type: boolean
Show help
Type: boolean
Format only libraries and applications files.
Type: array
Projects to format (comma delimited)
Type: boolean
Uncommitted changes
Type: boolean
Untracked changes
Type: boolean
Show version number