Detects potential OverrideMistake errors in JavaScript libraries. This package helps identify scenarios where a method or property intended to override a base class's implementation is instead shadowing it. It analyzes code to pinpoint incorrect override assignments, preventing unexpected behavior and ensuring proper inheritance within your JavaScript/TypeScript projects. Utilizing this package can lead to more robust and predictable class hierarchies.