bahmutov / eslint-rules

My custom eslint rules in addition to the ones provided at http://eslint.org/
97 stars 16 forks source link

$FlowFixMe triggering commented out code warnings #36

Open mulholo opened 5 years ago

mulholo commented 5 years ago
// $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?