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
fix: Flag assert.equal in module hooks in no-assert-equal rule (#570)
* Updated no-assert-equal rule to also catch assert.equal in module hooks
Moved isInModule into utils (was duplicated around a few places)
Added before and after to recognized module hook properties
Added test case
* Remove parser option
* Fix type checks
* Remove detecting after and before
---------
Co-authored-by: arensman <[email protected]>
0 commit comments