index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
lint
Age
Commit message (
Expand
)
Author
2024-11-18
feat: fmt and lint respect .gitignore file (#26897)
Bartek Iwańczuk
2024-11-16
feat(watch): log which file changed on HMR or watch change (#25801)
HasanAlrimawi
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-19
fix: don't include extensionless files in file collection for lint & fmt by d...
Leo Kettmeir
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-05
feat: include version number in all --json based outputs (#25335)
Kamil Ogórek
2024-08-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-08-19
fix(lint): support linting tsx/jsx from stdin (#24955)
Yazan AbdAl-Rahman
2024-08-15
feat(lint): Add lint for usage of node globals (with autofix) (#25048)
Nathan Whitaker
2024-08-07
fix(compile): support workspace members importing other members (#24909)
David Sherret
2024-07-27
refactor(lint): move reporters to separate module (#24757)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-23
fix: enable the reporting of parsing related problems when running deno lint ...
HasanAlrimawi
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-08
fix(workspace): better cli file argument handling (#24447)
David Sherret
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-07
fix: do not panic linting files with UTF-8 BOM (#24136)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-30
feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused...
Luca Casonato
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-03-27
fix: less aggressive vendor folder ignoring (#23100)
David Sherret
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-03-25
feat(lint): automatically opt-in packages to `jsr` lint tag (#23072)
David Sherret
2024-03-21
feat(lint): `deno lint --fix` and lsp quick fixes (#22615)
David Sherret
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret