Feat: Add lint rule to enforce modules to have register/registerAsync
and/or forRoot/forRootAsync
#28
Labels
enhancement
New feature or request
Description
We should detect whether module classes that return a
DynamicModule
are namedregister
,registerAsync
,forRoot
orforRootAsync
.Acceptance Criteria
Incorrect:
Correct:
The text was updated successfully, but these errors were encountered: