deno lint [files...]
Lint source files
Arguments
Name | Description |
---|---|
files | filepaths |
Options
Name | Description |
---|---|
--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 |
--rules | List available rules |
--no-config | Disable automatic loading of the configuration file |
--json | Output lint result in JSON format |
--watch | Watch for file changes and restart automatically |
--no-clear-screen | Do not clear terminal screen when under watch mode |
-h, --help | Print help information |
--unstable | Enable unstable features and APIs |
-q, --quiet | Suppress diagnostic output |