nestjs-boilerplate
nestjs-boilerplate copied to clipboard
Feature Request: Upgrade ESLint from 8.x to 9.x
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!
@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
Thanks @Shchepotin. I see. Should I close the ticket?
@sAtluna I'll close once this problem is fixed :)
typescript-eslint v8 supporting ESLint v9 is now released https://typescript-eslint.io/blog/announcing-typescript-eslint-v8/