lint
Lint an existing project.
archibald lint|l [options]
Options
| Option | Description |
|---|---|
-fls, --files [files] | Specify files that should be included in linting. Default: **/*.ts,**/*.tsx. |
-p, --platform [platform] | Specify platform to use. Platforms are configured in Archibald config under project/platforms property. |
-fmt, --format [format] | Select output format that should be used for displaying the linting results. Possible values:
stylish |
-f, --fix | Fix errors during linting. |
-q, --quiet | Don't use interactive cli and run the command with default options. |
-h, --help | Show help commands. |