summaryrefslogtreecommitdiff
path: root/tests/specs/lint/lint_fix/a.ts
AgeCommit message (Collapse)Author
2024-03-21feat(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.