0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-19 11:52:52 -05:00
denoland-deno/cli/js
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
..
40_bench.js refactor: add 'deno_os' crate (#27655) 2025-01-14 17:29:36 +01:00
40_jupyter.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
40_lint.js feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
40_lint_selector.js feat(unstable): refactor js lint plugin AST (#27615) 2025-01-14 13:31:02 +01:00
40_lint_types.d.ts feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
40_test.js refactor: add 'deno_os' crate (#27655) 2025-01-14 17:29:36 +01:00
40_test_common.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00