suppress-eslint-errors icon indicating copy to clipboard operation
suppress-eslint-errors copied to clipboard

Fix handling of comments in empty argument lists

Open amanda-mitchell opened this issue 4 years ago • 0 comments

When the tool generates a suppression for this pattern:

function doSomething(/* note */) {
  ...
}

The /* note */ comment gets moved outside of the parentheses. It shouldn't.

amanda-mitchell avatar Jan 21 '21 19:01 amanda-mitchell