eslint-suggestion-action
eslint-suggestion-action copied to clipboard
Deal with newly introduced out of diff hunk ESLint error
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.