Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-25 | feat(lint): automatically opt-in packages to `jsr` lint tag (#23072) | David Sherret | |
This automatically opts packages (deno.json's with a name, version, and exports field) into the "jsr" lint tag. | |||
2024-03-21 | feat(lint): `deno lint --fix` and lsp quick fixes (#22615) | David Sherret | |
Adds a `--fix` option to deno lint. This currently doesn't work for basically any rules, but we can add them over time to deno lint. |