darraghoriordan / eslint-plugin-nestjs-typed

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

feat: add api-method-should-specify-api-operation rule #53

Closed unLomTrois closed 1 year ago

unLomTrois commented 1 year ago

I discovered in issue history that there was this rule once, but it checked ApiResponses, and was renamed

Due to need to cover the whole api with ApiOperations (#52), I present the actual rule for doing this.

darraghoriordan commented 1 year ago

hey, this looks ok. thanks for taking the time to add it.

can you update the readme also so folks know what it does?

thanks! dar

darraghoriordan commented 1 year ago

:tada: This PR is included in version 3.21.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: