You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an inconsistency between the organization's styling rules and the current ESLint configuration regarding the ordering of static methods in classes.
According to the Y-Scope development guide, static methods might be expected to go after public methods.
This inconsistency was discovered in PR #209 where there was a discussion about the correct placement of a static method in a class.
Proposed Solution
The ESLint configuration should be updated to align with the organization's styling rules. This likely involves customizing the rule in the ESLint configuration.