summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/with_malformed_config.out
AgeCommit message (Collapse)Author
2022-10-25feat(lint): add a report lint config setting (#16045)Brenley Dueck
Builds off this PR to add a "report" setting to deno.json which can be "pretty", "compact", or "json".
2021-10-04test: refactor lint tests into directories (#12317)Bartek IwaƄczuk
Just reorganizing lint tests in such a way that adding new file in a directory doesn't change result of other tests.