Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-07 | fix: do not panic linting files with UTF-8 BOM (#24136) | David Sherret | |
Closes #24122 | |||
2024-06-05 | fix: better handling of npm resolution occurring on workers (#24094) | David Sherret | |
Closes https://github.com/denoland/deno/issues/24063 | |||
2024-04-29 | chore: migrate bench, publish, and more itests to spec tests (#23584) | David Sherret | |
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. |