JavaScript

JavaScript

Made by DeepSource

Found $FlowFixMe comments JS-0485

Anti-pattern
Major

The usage of $FlowFixMe is not preferred. This is especially useful as a warning to ensure instances of $FlowFixMe in your codebase get fixed over time.

Bad Practice

// $FlowFixMe I am doing something evil here
const text = 'HELLO';

Recommended

const text = 'HELLO';