eslint-rules icon indicating copy to clipboard operation
eslint-rules copied to clipboard

$FlowFixMe triggering commented out code warnings

Open mulholo opened this issue 6 years ago • 0 comments

// $FlowFixMe

The above code can be used to disable Flow typing for the next line. It is currently incorrectly being flagged as 'commented-out-code'. Is it possible to disable the warning for this comment?

mulholo avatar Mar 20 '19 13:03 mulholo