-
SummaryI'm a little confused and want to understand more precisely what the difference is between these two plugins. I used to think that everything in typescript-eslint is also in eslint-config-next/typescript. Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Not that much really. Maybe these links help you: |
Beta Was this translation helpful? Give feedback.
-
|
eslint-config-next/typescript is Next.js’ opinionated preset. typescript-eslint is the core TypeScript linting toolkit. In short: typescript-eslint = the engine + base TypeScript rules. eslint-config-next/typescript = Next.js’ recommended config built on top of typescript-eslint + Next.js-specific rules. |
Beta Was this translation helpful? Give feedback.
Not that much really. Maybe these links help you: