mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 23:58:23 -05:00
d93570a619
This commit adds support for following flags in deno lint subcommand: --config - allows to load configuration file and parses "lint" object --rules-tags=<tags> - allows specifying which set of tagged rules should be run --rules-include=<rules> - allow specifying which rules should be run --rules-exclude=<rules> - allow specifying which rules should not be run |
||
---|---|---|
.. | ||
lint_with_config | ||
Deno.jsonc | ||
Deno.malformed.jsonc | ||
Deno.malformed2.jsonc | ||
expected.out | ||
expected_from_stdin.out | ||
expected_from_stdin_json.out | ||
expected_glob.out | ||
expected_ignore.out | ||
expected_json.out | ||
expected_quiet.out | ||
expected_rules.out | ||
expected_verbose.out | ||
file1.js | ||
file2.ts | ||
ignored_file.ts | ||
lint_with_config.out | ||
lint_with_config_and_flags.out | ||
lint_with_malformed_config.out | ||
lint_with_malformed_config2.out | ||
malformed.js |