Maximilian Dewald
Maximilian Dewald
Isn't this issue related to breaking changes in eslint 8 and not node?
Added a PR: #73 This can already be used with: ``` - name : Run eslint on changed files uses : Maggi64/eslint-plus-action@master ```
Can confirm happens to me as well. All images in the repo are getting processed.
@korywka I resolved problems with linking of internal packages by downgrading to webstorm 2021.3.3. Maybe try that for now.
Fixed with the latest rollup update 👍
Downgrading to @rollup/plugin-node-resolve 10.0 also resolves the issue.
Hi, surely a good addition! We could add this to the `merge` function, similar to `difference` where you can append a compare function as the last parameter. But I don't...
I tried for a short while to extend the `merge` Function, but didn't found a good enough solution that would be fully typesafe. A MR is appreciated, in the next...
This seems nice to have as well. We can add this. The typesafety could be a bit tricky though