You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
Usage: [--check | --list-different] [-c=PATH] [PATH]...
Output Options
--check Check mode - check if files are formatted
--list-different List mode - list files that would be changed
Basic Options
-c, --config=PATH Path to the configuration file
Ignore Options
--with-node-modules Format code in node_modules directory (skipped by default)
Miscellaneous
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
--threads=INT Number of threads to use. Set to 1 for using only 1 CPU core
Available positional items:
PATH Single file, single path or list of paths. If not provided, current
working directory is used. Glob is supported only for exclude patterns
like `'!**/fixtures/*.js'.
Available options:
-h, --help Prints help information
-V, --version Prints version information
```
0 commit comments