brocoders / nestjs-boilerplate

NestJS boilerplate. Auth, TypeORM, Mongoose, Postgres, MongoDB, Mailing, I18N, Docker.
https://nestjs-boilerplate-test.herokuapp.com/docs
MIT License
2.75k stars 538 forks source link

Feature Request: Upgrade ESLint from 8.x to 9.x #1563

Open sAtluna opened 1 month ago

sAtluna commented 1 month ago

Describe the bug More a feature request. Would it be possible to upgrade the ESLint dependency from 8.x to 9.x?

Thanks for this great boilerplate!

Shchepotin commented 1 month ago

@sAtluna stable version (v7) of @typescript-eslint/eslint-plugin and @typescript-eslint/parser doesn't support eslint v9. We must wait until the stable version of @typescript-eslint/* will upgrade from v7 to v8.

Details: https://github.com/typescript-eslint/typescript-eslint/issues/8211

sAtluna commented 1 month ago

Thanks @Shchepotin. I see. Should I close the ticket?

Shchepotin commented 1 month ago

@sAtluna I'll close once this problem is fixed :)