darraghoriordan / eslint-plugin-nestjs-typed

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

Rule: api-method-should-specify-api-operation #9

Closed jalorenz closed 3 years ago

jalorenz commented 3 years ago

Hey,

first of all, thanks a lot for this perfect library :) After taking a look into the documentation of the rule: api-method-should-specify-api-operation, i noticed that there might be an error regarding the expected decorator. The corresponding implementation checks for the right decorators: ApiResponse(...), ..., but the title of the rule is confusing. I would assume a rule title like api-method-should-specify-api-response not api-method-should-specify-api-operation.

Can i create a pull request for it?

jalorenz commented 3 years ago

Pull request is created: https://github.com/darraghoriordan/eslint-plugin-nestjs-typed/pull/10

darraghoriordan commented 3 years ago

thanks for the pr. merged