0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 12:53:05 -05:00
denoland-deno/tests/specs/lint/lint_plugin_multiple_fixes
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
..
__test__.jsonc feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
deno_arr.json feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
deno_gen.json feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
fix.out feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
main.ts feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
plugin_arr.ts feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00
plugin_gen.ts feat(unstable): support multiple fixes from lint plugins (#28040) 2025-02-11 15:24:28 +01:00