eslint-suggestion-action icon indicating copy to clipboard operation
eslint-suggestion-action copied to clipboard

Deal with newly introduced out of diff hunk ESLint error

Open CatChen opened this issue 2 years ago • 0 comments
trafficstars

When deleting the last line that uses a variable, it introduced an ESLint error to the unused const, import or whatnot. Because that's out of the diff hunk it's not handled in this action. But it's actually introduced by the change and this action should flag that and react with the proper request-changes and fail-check settings.

CatChen avatar Dec 27 '22 00:12 CatChen