darraghoriordan / eslint-plugin-nestjs-typed

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

README and package.json updates #204

Closed jozefvodicka closed 3 months ago

jozefvodicka commented 3 months ago

Thank you for this package!

Few suggestions:

  1. This one is missing and linked in README: Hi! I have an idea for a rule...

  2. This one is not present in latest version (5.0.16) of the package https://github.com/darraghoriordan/eslint-plugin-nestjs-typed/blob/15c89ce81632f0340270518ecaf8eab298a0cfad/src/docs/rules/validation-pipe-should-use-forbid-unknown.md

  3. In README you refer to "@darraghor/nestjs-typed" but the name of the plugin is "@darraghor/eslint-plugin-nestjs-typed"

  4. Is it possible to update in package.json

    • all "@typescript-eslint/*" versions to "7.14.1 || ^8.0.0"
    • "eslint": "8.57.0 || ˆ9.0.0",
darraghoriordan commented 3 months ago

it would be awesome if you could submit PRs to fix some of these instead of an issue

jozefvodicka commented 3 months ago

https://github.com/darraghoriordan/eslint-plugin-nestjs-typed/pull/208