darraghoriordan / eslint-plugin-nestjs-typed

Some eslint rules for working with NestJs projects
http://www.darraghoriordan.com
171 stars 34 forks source link

Rule: api-method-should-specify-api-operation (now actually ApiOperation) #52

Closed unLomTrois closed 1 year ago

unLomTrois commented 1 year ago

Thanks for this library, it's really useful and great. I have a task on my job to add @ApiOperation decorators throughout the whole api... So I expected there is a rule to lint lack of this kind of decorator, but didn't find it