Tags in lint config
What effect does tags attribute in lint configuration specified in deno.json have?
2 Replies
Tags are sort of presets in the linter that enable a bunch of rules. There are currently two tags in Deno
recommended
and fresh
.I see, thanks