Closed
Description
jest/no-alias-methods
is set to error
in the recommended
config (since #1221, August 2022), but set to warn
in the style
config (since 14cb815, October 2019).
I think this doesn't make sense, since the style
config is supposed to be applied on top of the recommended
config, but doing that decreases the rule severity.
Likely it was just missed in #1221 to remove jest/no-alias-methods
from the style
config.
Metadata
Metadata
Assignees
Labels
No labels
Activity
G-Rath commentedon Dec 3, 2024
yup that's a mistake
no-alias-methods
fromstyle
config #1679G-Rath commentedon Jun 18, 2025
This has been addressed in v29 which was just released - I had intended to attribute the commit to you but the release got mucked up so sorry about that