eslint-plugin-lodash icon indicating copy to clipboard operation
eslint-plugin-lodash copied to clipboard

prefer-noop shouldn't trigger if a function has comment inside

Open feimosi opened this issue 5 years ago • 0 comments

I think it's quite convenient to put a comment inside an empty function explaining why it's empty e.g. onClick = () => { /* TODO: */ } or run(() => { /* Types require to pass a function */ }

feimosi avatar Oct 02 '20 23:10 feimosi