mirror of
https://github.com/denoland/deno.git
synced 2025-02-21 12:53:05 -05:00
![]() 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 |
||
---|---|---|
.. | ||
__test__.jsonc | ||
deno_arr.json | ||
deno_gen.json | ||
fix.out | ||
main.ts | ||
plugin_arr.ts | ||
plugin_gen.ts |