summaryrefslogtreecommitdiff
path: root/tests/specs/lint
AgeCommit message (Expand)Author
2024-09-27fix(lint): correctly handle old jsx in linter (#25902)Luca Casonato
2024-09-19fix: don't include extensionless files in file collection for lint & fmt by d...Leo Kettmeir
2024-09-18feat: default to TS for file extension and support ext flag in more scenarios...Leo Kettmeir
2024-09-18feat(lint): add `no-process-global` lint rule (#25709)Divy Srivastava
2024-09-16chore: deprecate lint itests (#25655)HasanAlrimawi
2024-09-04feat(cli): give access to `process` global everywhere (#25291)Luca Casonato
2024-08-30fix(lint): support linting jsr pkg without version field (#25230)David Sherret
2024-08-15feat(lint): Add lint for usage of node globals (with autofix) (#25048)Nathan Whitaker
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-23fix: enable the reporting of parsing related problems when running deno lint ...HasanAlrimawi
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-07fix: do not panic linting files with UTF-8 BOM (#24136)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-03-25feat(lint): automatically opt-in packages to `jsr` lint tag (#23072)David Sherret
2024-03-21feat(lint): `deno lint --fix` and lsp quick fixes (#22615)David Sherret