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 |
|