deno/tests/testdata/lint
David Sherret 66424032a2
feat(unstable/lint): no-slow-types for JSR packages (#22430)
1. Renames zap/fast-check to instead be a `no-slow-types` lint rule.
1. This lint rule is automatically run when doing `deno lint` for
packages (deno.json files with a name, version, and exports field)
1. This lint rules still occurs on publish. It can be skipped by running
with `--no-slow-types`
2024-02-19 15:28:41 +00:00
..
glob chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_slow_types feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
no_slow_types_workspace feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
watch chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_config chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
without_config chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.compact.format.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno.glob.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.malformed.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.malformed2.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.no_tags.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_compact.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_from_stdin.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_from_stdin_json.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_glob.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_ignore.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_json.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_quiet.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_rules.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_verbose.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_config.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_config_and_flags.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_config_without_tags.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_malformed_config.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_malformed_config2.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_report_config_compact.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_report_config_override.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00