0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-16 02:26:08 -05:00
denoland-deno/cli/ops
Marvin Hagemeister aead459fb2
feat(unstable): support multiple fixes from lint plugins (#28040)
This PR supports returning multiple changes from a lint fix. It works
the same way as eslint, see
https://eslint.org/docs/latest/extend/custom-rules#applying-fixes .

- Return a single fix
- Return an array of fixes
- Return a generator function with fixes
2025-02-11 15:24:28 +01:00
..
bench.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
jupyter.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
lint.rs feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
mod.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
testing.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00