deno lint [files...]

Lint source files

Arguments

NameDescription
filesfilepaths

Options

NameDescription
--rules-tags [rules-tags]Use set of rules with a tag
--rules-include [rules-include]Include lint rules
--rules-exclude [rules-exclude]Exclude lint rules
-c, --config [config]Specify the configuration file
--ignore [ignore]Ignore linting particular source files
-L, --log-level [log-level]Set log level
--rulesList available rules
--no-configDisable automatic loading of the configuration file
--jsonOutput lint result in JSON format
--watchWatch for file changes and restart automatically
--no-clear-screenDo not clear terminal screen when under watch mode
-h, --helpPrint help information
--unstableEnable unstable features and APIs
-q, --quietSuppress diagnostic output