Skip to main content

lint

Lint an existing project.

archibald lint|l [options]

Options

OptionDescription
-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:
  • checkstyle
  • codeframe
  • compact
  • html
  • jslint-xml
  • json-with-metadata
  • json
  • junit
  • stylish
  • table
  • tap
  • tap
  • visualstudio
Default: stylish
-f, --fixFix errors during linting.
-q, --quietDon't use interactive cli and run the command with default options.
-h, --helpShow help commands.