eslint-rules
eslint-rules copied to clipboard
$FlowFixMe triggering commented out code warnings
// $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?